Compile old GUI on Windows only

This commit is contained in:
XinyuHou
2016-12-20 13:00:30 +00:00
committed by Andrew Nelless
parent a76ae31126
commit 7f2b25d453

View File

@@ -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)