Mark kicad-ogltest as GUI binary for Windows and MacOS

This commit is contained in:
Simon Richter 2017-04-06 22:35:08 +02:00 committed by Wayne Stambaugh
parent 5d48d8a2f8
commit 7b4ea2a382
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ set( OGLTEST_FILES
kicad-ogltest.cpp kicad-ogltest.cpp
) )
add_executable( kicad-ogltest ${OGLTEST_FILES} ) add_executable( kicad-ogltest WIN32 MACOSX_BUNDLE
${OGLTEST_FILES} )
target_link_libraries( kicad-ogltest target_link_libraries( kicad-ogltest
gal gal