diff options
| author | pxz <[email protected]> | 2020-09-01 15:50:56 +0800 |
|---|---|---|
| committer | pxz <[email protected]> | 2020-09-01 15:50:56 +0800 |
| commit | d4b9358a63ae860f1f1cd4fc07ec6bbe557b8705 (patch) | |
| tree | 35bd16fa7e266a137eef58a14e8db19a9c2c38ad /gtest | |
| parent | fd8dcc7943b4edd80773609bd6fad2a0ca0f7feb (diff) | |
修复测试模块的cmake中文件路径错误的问题,修复src中确实头文件问题
Diffstat (limited to 'gtest')
| -rw-r--r-- | gtest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest/CMakeLists.txt b/gtest/CMakeLists.txt index a230729..04d924b 100644 --- a/gtest/CMakeLists.txt +++ b/gtest/CMakeLists.txt @@ -3,7 +3,7 @@ project(gtest_tsg_lua) aux_source_directory(. SRCS) include_directories("../include") -link_directories("/root/workspace/tsg_lua_0.99/lib") +link_directories("../lib") link_libraries(tsglua gtest gtest_main pthread) add_definitions(-g -W -Wall) |
