diff options
| author | pengxuanzheng <[email protected]> | 2020-09-02 18:35:30 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2020-09-02 18:35:30 +0800 |
| commit | d856928ece4633e546d2875e928d052f13c85b92 (patch) | |
| tree | 1bfc0c493e5854d02122af07e4074f98da165f63 | |
| parent | 6f5a93c2c916f20aac92bc02d4b888a3ebeb29fc (diff) | |
updatev1.0.0
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 56862e7..85805a8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,6 +10,8 @@ add_library(tsglua_static ${DIR_LIB_SRCS}) add_library(tsglua SHARED ${DIR_LIB_SRCS}) set_target_properties(tsglua_static PROPERTIES OUTPUT_NAME "tsglua") +add_dependencies(tsglua_static luajit2-static) +add_dependencies(tsglua luajit2-static) target_link_libraries(tsglua dl luajit2-static) #set_target_properties(tsglua PROPERTIES PREFIX "") |
