kraken_cube test now includes headers in generated projects
This commit is contained in:
@@ -20,12 +20,12 @@ add_custom_target(kraken_cube_assets ALL
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
add_executable(kraken_cube WIN32 main_win.cpp harness.cpp hello_cube.cpp)
|
add_executable(kraken_cube WIN32 main_win.cpp harness.cpp harness.h hello_cube.cpp hello_cube.h)
|
||||||
add_compile_definitions(UNICODE)
|
add_compile_definitions(UNICODE)
|
||||||
list (APPEND EXTRA_LIBS shcore)
|
list (APPEND EXTRA_LIBS shcore)
|
||||||
|
|
||||||
else(WIN32)
|
else(WIN32)
|
||||||
add_executable(kraken_cube main_macos.mm harness.cpp hello_cube.cpp)
|
add_executable(kraken_cube main_macos.mm harness.cpp harness.h hello_cube.cpp hello_cube.h)
|
||||||
set(CMAKE_CXX_COMPILER "clang++")
|
set(CMAKE_CXX_COMPILER "clang++")
|
||||||
list (APPEND EXTRA_LIBS "-framework QuartzCore")
|
list (APPEND EXTRA_LIBS "-framework QuartzCore")
|
||||||
list (APPEND EXTRA_LIBS "-framework Metal")
|
list (APPEND EXTRA_LIBS "-framework Metal")
|
||||||
|
|||||||
Reference in New Issue
Block a user