mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 08:35:54 +02:00
Build file fixes and formatting.
This commit is contained in:
@@ -26,14 +26,14 @@ set(WINDOWS_BINARIES boing gears heightmap splitview triangle wave)
|
||||
|
||||
if(MSVC)
|
||||
# Tell MSVC to use main instead of WinMain for Windows subsystem executables
|
||||
set_target_properties(${WINDOWS_BINARIES}
|
||||
PROPERTIES LINK_FLAGS "/ENTRY:mainCRTStartup")
|
||||
set_target_properties(${WINDOWS_BINARIES} PROPERTIES
|
||||
LINK_FLAGS "/ENTRY:mainCRTStartup")
|
||||
endif(MSVC)
|
||||
|
||||
if(CYGWIN)
|
||||
# Set cross-compile and subsystem compile and link flags
|
||||
set_target_properties(${WINDOWS_BINARIES}
|
||||
PROPERTIES COMPILE_FLAGS "-mno-cygwin"
|
||||
PROPERTIES LINK_FLAGS "-mno-cygwin -mwindows")
|
||||
set_target_properties(${WINDOWS_BINARIES} PROPERTIES
|
||||
COMPILE_FLAGS "-mno-cygwin"
|
||||
LINK_FLAGS "-mno-cygwin -mwindows")
|
||||
endif(CYGWIN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user