Change CMake files to simplify them.
Also disable dorayme.cpp for now as it if wrongly taken in the rayonnement library.
This commit is contained in:
@@ -31,10 +31,10 @@ endif()
|
||||
|
||||
|
||||
# The main executable
|
||||
add_executable(dorayme main.cpp)
|
||||
#add_executable(dorayme main.cpp)
|
||||
|
||||
add_dependencies(dorayme LuaCore)
|
||||
target_link_libraries(dorayme rayonnement ${LUA_LIBRARIES})
|
||||
#add_dependencies(dorayme LuaCore)
|
||||
#target_link_libraries(dorayme rayonnement ${LUA_LIBRARIES})
|
||||
|
||||
|
||||
if (COVERALLS)
|
||||
|
||||
Reference in New Issue
Block a user