Entityx usage and fixed release types

This commit is contained in:
Julian Nießner
2018-05-28 20:20:29 +02:00
parent fc1d615f91
commit 247eda236d
14 changed files with 142 additions and 19 deletions

View File

@@ -45,6 +45,7 @@ include_directories(${BOX2D_INCLUDE_DIRS})
find_package(ENTITYX REQUIRED CONFIG)
include_directories(${ENTITYX_INCLUDE_DIRS})
MESSAGE( STATUS "Entityx Lib: " ${ENTITYX_LIBRARIES} )
MESSAGE( STATUS "OpenGL Lib: " ${OPENGL_gl_LIBRARY} )
MESSAGE( STATUS "SDL2 Lib: " ${SDL2_LIBRARIES} )
MESSAGE( STATUS "SDL2_IMG Lib: " ${SDL2_IMAGE_LIBRARIES} )