|
|
@ -44,8 +44,10 @@ add_executable(wave WIN32 MACOSX_BUNDLE wave.c ${ICON} ${GLAD}) |
|
|
|
target_link_libraries(particles "${CMAKE_THREAD_LIBS_INIT}" "${RT_LIBRARY}") |
|
|
|
target_link_libraries(particles "${CMAKE_THREAD_LIBS_INIT}" "${RT_LIBRARY}") |
|
|
|
|
|
|
|
|
|
|
|
set(WINDOWS_BINARIES boing gears heightmap particles simple splitview wave) |
|
|
|
set(WINDOWS_BINARIES boing gears heightmap particles simple splitview wave) |
|
|
|
|
|
|
|
set(CONSOLE_BINARIES offscreen) |
|
|
|
|
|
|
|
|
|
|
|
set_target_properties(${WINDOWS_BINARIES} PROPERTIES FOLDER "GLFW3/Examples") |
|
|
|
set_target_properties(${WINDOWS_BINARIES} ${CONSOLE_BINARIES} PROPERTIES |
|
|
|
|
|
|
|
FOLDER "GLFW3/Examples") |
|
|
|
|
|
|
|
|
|
|
|
if (MSVC) |
|
|
|
if (MSVC) |
|
|
|
# Tell MSVC to use main instead of WinMain for Windows subsystem executables |
|
|
|
# Tell MSVC to use main instead of WinMain for Windows subsystem executables |
|
|
|