Fixing Math includes
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
cmake_minimum_required(VERSION 3.15...3.30)
|
||||
|
||||
project(DevPlayground)
|
||||
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../Engine/Source/Runtime ${CMAKE_BINARY_DIR}/Engine)
|
||||
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}../Engine/Source/Runtime)
|
||||
|
||||
add_executable(DevPlayground
|
||||
DevPlayground.cpp
|
||||
)
|
||||
|
||||
|
||||
add_compile_definitions(P_LINUX_BUILD)
|
||||
add_compile_definitions(P_DEBUG)
|
||||
|
||||
target_link_libraries(DevPlayground PRIVATE PhanesCore)
|
Reference in New Issue
Block a user