Skip to content
Snippets Groups Projects
Commit fca359b3 authored by Valenza Florian's avatar Valenza Florian
Browse files

[Cmake] Fix include lua parsers

parent ec2a5f5a
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ IF(BUILD_PYTHON_INTERFACE) ...@@ -58,7 +58,7 @@ IF(BUILD_PYTHON_INTERFACE)
ENDIF(BUILD_PYTHON_INTERFACE) ENDIF(BUILD_PYTHON_INTERFACE)
IF(LUA5_1_FOUND) IF(LUA5_1_FOUND)
LIST(APPEND ${PROJECT_NAME}_PARSER_SOURCES LIST(APPEND ${PROJECT_NAME}_PARSERS_SOURCES
parsers/lua/lua_tables.cpp parsers/lua/lua_tables.cpp
parsers/lua.cpp parsers/lua.cpp
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment