Test collision system for TestGame
This commit is contained in:
@@ -8,6 +8,8 @@ if (PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR)
|
||||
message(FATAL_ERROR "In-source builds are not allowed!")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
set(CMAKE_BUILD_PARALLEL_LEVEL 8)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
@@ -73,6 +75,9 @@ target_include_directories(Editor2D PUBLIC
|
||||
target_link_libraries(Editor2D PUBLIC Event J3ML jlog ReWindow JGL JUI mcolor jjx)
|
||||
|
||||
|
||||
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/assets/"
|
||||
DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/assets)
|
||||
|
||||
add_executable(Editor2DApp main.cpp app.rc)
|
||||
target_link_libraries(Editor2DApp PUBLIC Editor2D)
|
||||
|
||||
|
Reference in New Issue
Block a user