fixed ordering problem, but have a wier flicker in non editor mode
This commit is contained in:
@@ -72,6 +72,13 @@ file(GLOB CPP_SOURCE
|
||||
"${PROJECT_SOURCE_DIR}/TSE-RTS/src/*/*/*/*.c"
|
||||
)
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
message(STATUS "Debug build")
|
||||
add_compile_options(-g)
|
||||
else()
|
||||
message(STATUS "Not a Debug build")
|
||||
endif()
|
||||
|
||||
#project def
|
||||
add_executable(TSE-RTS ${CPP_SOURCE})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user