Added Entityx to project
This commit is contained in:
10
external/entityx-1.1.2/entityx-config.cmake
vendored
Normal file
10
external/entityx-1.1.2/entityx-config.cmake
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
set(ENTITYX_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/entityx")
|
||||
|
||||
# Support both 32 and 64 bit builds
|
||||
if (${CMAKE_SIZEOF_VOID_P} MATCHES 8)
|
||||
else ()
|
||||
set(ENTITYX_LIBRARIES "${CMAKE_CURRENT_LIST_DIR}/build/Release/entityx.lib")
|
||||
set(ENTITYX_DLL "${CMAKE_CURRENT_LIST_DIR}/build/Release/entityx.dll")
|
||||
endif ()
|
||||
|
||||
string(STRIP "${ENTITYX_LIBRARIES}" ENTITYX_LIBRARIES)
|
||||
Reference in New Issue
Block a user