forked from pyrite-dev/milsko
gl cmake doesnt need win32
This commit is contained in:
parent
83f5f7a820
commit
aac2b410c0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ foreach(PATH IN LISTS EXAMPLES_GL_SOURCES)
|
|||
if(${TARGET} STREQUAL "glutlayer")
|
||||
continue()
|
||||
endif()
|
||||
add_executable(${TARGET} WIN32 MACOSX_BUNDLE ${PATH})
|
||||
add_executable(${TARGET} MACOSX_BUNDLE ${PATH})
|
||||
target_link_libraries(
|
||||
${TARGET}
|
||||
PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue