diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-21 09:36:25 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-04-21 09:36:25 +0800 |
commit | b7bdf7d5d36825a1a750a74641f6d374dec5d67a (patch) | |
tree | 6b27eb6590e07c07f378305c51d0f5e0779faa83 /CMakeLists.txt | |
parent | b86e5af605a170a3559df0165eac3cb6b665dc49 (diff) | |
download | yuescript-b7bdf7d5d36825a1a750a74641f6d374dec5d67a.tar.gz yuescript-b7bdf7d5d36825a1a750a74641f6d374dec5d67a.tar.bz2 yuescript-b7bdf7d5d36825a1a750a74641f6d374dec5d67a.zip |
adjust some folder levels.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d3ca6fd..995378f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -28,7 +28,7 @@ MESSAGE(STATUS "Lua include: " ${LUA_INCLUDE_DIR}) | |||
28 | MESSAGE(STATUS "Lua library: ${LUA_LIBRARIES}") | 28 | MESSAGE(STATUS "Lua library: ${LUA_LIBRARIES}") |
29 | 29 | ||
30 | enable_language(CXX) | 30 | enable_language(CXX) |
31 | include_directories(src ${LUA_INCLUDE_DIR}) | 31 | include_directories(src src/3rdParty ${LUA_INCLUDE_DIR}) |
32 | add_definitions(-std=c++17 -O3 -fPIC) | 32 | add_definitions(-std=c++17 -O3 -fPIC) |
33 | 33 | ||
34 | add_library(libyue MODULE src/yuescript/ast.cpp src/yuescript/parser.cpp src/yuescript/yue_parser.cpp src/yuescript/yue_compiler.cpp src/yuescript/yuescript.cpp) | 34 | add_library(libyue MODULE src/yuescript/ast.cpp src/yuescript/parser.cpp src/yuescript/yue_parser.cpp src/yuescript/yue_compiler.cpp src/yuescript/yuescript.cpp) |