Compile old GUI on Windows only
This commit is contained in:
parent
a76ae31126
commit
7f2b25d453
|
@ -16,7 +16,9 @@
|
|||
|
||||
add_subdirectory(lib)
|
||||
add_subdirectory(cmd)
|
||||
add_subdirectory(gui)
|
||||
if (WIN32)
|
||||
add_subdirectory(gui)
|
||||
endif()
|
||||
|
||||
if ((NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX") AND (NOT ${DISABLE_TESTS}))
|
||||
add_subdirectory(test)
|
||||
|
|
Loading…
Reference in New Issue