summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorpxz <[email protected]>2020-09-01 15:50:56 +0800
committerpxz <[email protected]>2020-09-01 15:50:56 +0800
commitd4b9358a63ae860f1f1cd4fc07ec6bbe557b8705 (patch)
tree35bd16fa7e266a137eef58a14e8db19a9c2c38ad /example
parentfd8dcc7943b4edd80773609bd6fad2a0ca0f7feb (diff)
修复测试模块的cmake中文件路径错误的问题,修复src中确实头文件问题
Diffstat (limited to 'example')
-rw-r--r--example/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index f696207..5914f69 100644
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
project (single_thread)
project (multithread)
-link_directories("/root/workspace/tsg_lua_0.99/lib")
+link_directories("../lib")
link_libraries(tsglua pthread)
add_definitions(-g -W -Wall)