We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6aca7 commit 74ec6e0Copy full SHA for 74ec6e0
LuaParser/CMakeLists.txt
@@ -4,6 +4,8 @@ project(LuaParser)
4
5
add_library(LuaParser STATIC)
6
7
+add_dependencies(LuaParser Util)
8
+
9
target_include_directories(LuaParser PUBLIC
10
${LuaCodeStyle_SOURCE_DIR}/include
11
src
0 commit comments