mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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
|
||||
)
|
||||
|
||||
add_executable( kicad-ogltest ${OGLTEST_FILES} )
|
||||
add_executable( kicad-ogltest WIN32 MACOSX_BUNDLE
|
||||
${OGLTEST_FILES} )
|
||||
|
||||
target_link_libraries( kicad-ogltest
|
||||
gal
|
||||
|
Loading…
x
Reference in New Issue
Block a user