File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive --std=c++17")
1717#set(CMAKE_CXX_STANDARD_REQUIRED ON)
1818#set(CMAKE_CXX_EXTENSIONS OFF)
1919
20+ if (NOT CMAKE_BUILD_TYPE )
21+ set (CMAKE_BUILD_TYPE "Release" CACHE STRING "" FORCE)
22+ endif ()
23+
2024add_definitions (-D_MT -D_CPPUNWIND -DPURE_DYNAMIC_CAST -DDECLARE_SPECIALIZATION -DM_NOSTDCONTAINERS_EXT -DUSE_OGL)
2125
2226set (LUA_INCLUDE_DIR Externals/LuaJIT/src)
Original file line number Diff line number Diff line change 11add_subdirectory (LuaJIT)
22add_subdirectory (luabind)
3- #add_subdirectory(lzo)
43add_subdirectory (cximage)
4+ #add_subdirectory(lzo)
55#add_subdirectory(NVTT)
66add_subdirectory (OPCODE)
77add_subdirectory (ode)
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
3030#this is a temporary solution until find_package will not be fixed
3131set (TBB_LIBRARIES tbb tbbmalloc_proxy tbbmalloc)
3232
33- target_link_libraries (${PROJECT_NAME} xrMiscMath ${SDL_LIBRARIES} ${LZO_LIBRARY } ${CRYPTO++_LIBRARIES} ${PUGIXML_LIBRARY} ${TBB_LIBRARIES} )
33+ target_link_libraries (${PROJECT_NAME} xrMiscMath ${SDL_LIBRARIES} ${LZO_LIBRARIES } ${CRYPTO++_LIBRARIES} ${PUGIXML_LIBRARY} ${TBB_LIBRARIES} )
You can’t perform that action at this time.
0 commit comments