Added additional flags for compilation on other systems
This commit is contained in:
parent
f18b94600a
commit
04656badb3
|
|
@ -16,6 +16,7 @@ set(CMAKE_BUILD_TYPE Debug)
|
|||
|
||||
project(gilles)
|
||||
|
||||
set(CMAKE_EXE_LINKER_FLAGS "-Wl,--no-as-needed -ldl")
|
||||
|
||||
add_subdirectory(src/gilles/gameloop)
|
||||
add_subdirectory(src/gilles/simulatorapi)
|
||||
|
|
|
|||
Loading…
Reference in New Issue