Always build old GUI

This commit is contained in:
XinyuHou 2016-12-29 11:56:21 +00:00 committed by Andrew Nelless
parent c960bdb6db
commit e58bbd197f
1 changed files with 2 additions and 3 deletions

View File

@ -16,9 +16,8 @@
add_subdirectory(lib)
add_subdirectory(cmd)
if (WIN32)
add_subdirectory(gui)
endif()
if ((NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX") AND (NOT ${DISABLE_TESTS}))
add_subdirectory(test)