Skip to content
Snippets Groups Projects
Commit d3216169 authored by jcarpent's avatar jcarpent
Browse files

[CMake] Add global definition of the lua macro

parent 5d29329b
No related branches found
No related tags found
No related merge requests found
......@@ -190,6 +190,7 @@ IF(LUA5_1_FOUND)
LIST(APPEND HEADERS
${${PROJECT_NAME}_MULTIBODY_PARSER_LUA_HEADERS}
)
ADD_DEFINITIONS(-DWITH_LUA)
ENDIF(LUA5_1_FOUND)
PKG_CONFIG_APPEND_LIBS (${PROJECT_NAME})
......
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