gremlin/src/client/CMakeLists.txt

17 lines
364 B
CMake
Raw Normal View History

2011-01-17 21:50:50 +01:00
include_directories (${GREMLIN_SOURCE_DIR}/src/common)
2018-11-26 13:15:41 +01:00
include_directories (${CMAKE_SOURCE_DIR}/libs/horde3d-1.0.0-beta5/Include)
2011-01-17 21:50:50 +01:00
# define executable
add_executable( gremlin
Client
Explosion
main
oglfont
2018-11-26 13:15:41 +01:00
Window
Renderer
2011-01-17 21:50:50 +01:00
)
target_link_libraries(gremlin
2018-11-26 13:15:41 +01:00
common enet glfw spark horde3d log4cplus ${PLATFORM_LIBRARIES} ${OPENGL_LIBRARIES}
2011-01-17 21:50:50 +01:00
)