Mark kicad-ogltest as GUI binary for Windows and MacOS
This commit is contained in:
parent
5d48d8a2f8
commit
7b4ea2a382
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue