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 74ec6e0 commit 3015041Copy full SHA for 3015041
LuaParser/CMakeLists.txt
@@ -31,4 +31,6 @@ target_sources(LuaParser PUBLIC
31
${LuaParser_SOURCE_DIR}/src/LuaAstVisitor.cpp
32
33
${LuaParser_SOURCE_DIR}/src/LuaDefine.h
34
-)
+)
35
+
36
+target_link_libraries(LuaParser Util)
0 commit comments