Skip to content
Snippets Groups Projects
Commit 9ebc09bf authored by Justin Carpentier's avatar Justin Carpentier
Browse files

Merge pull request #57 from aelkhour/master

[CMake][Bug] Fix use of lua sources cmake variable.
parents 9c9b6273 75001918
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ IF(LUA5_1_FOUND)
multibody/parser/lua/lua_tables.cpp
multibody/parser/lua.cpp
)
LIST(APPEND ${PROJECT_NAME}_SOURCES ${PROJECT_NAME}_MULTIBODY_PARSER_LUA_SOURCES)
LIST(APPEND ${PROJECT_NAME}_SOURCES ${${PROJECT_NAME}_MULTIBODY_PARSER_LUA_SOURCES})
ENDIF(LUA5_1_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment