diff options
| author | 杨威 <[email protected]> | 2019-09-11 15:09:54 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2019-09-11 15:09:54 +0800 |
| commit | cacc811248bf4636fe0056221cc615cd31044f16 (patch) | |
| tree | 15c48e257370aa85f00a615e069201c8d1bc4a8f /test/CMakeLists.txt | |
| parent | 119b3a7677cab82c8c6cefe73284c947abd11ec9 (diff) | |
1、cmake文件更新,编译条件改为单一变量多选,如捕包模式
2、gitignore文件更新,增加vscode和version.txt
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f2b67db..509b16d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -8,7 +8,7 @@ include_directories(${MESA_SDK_PREFIX}/include) include_directories(${MESA_SDK_PREFIX}/include/MESA) -if(OPT_IOMODE_MARSIO) +if(CAPTURE_MODE MATCHES "MARSIO") include_directories(${MARSIO_SDK_PREFIX}/include) endif() |
