Re-enable building GUI

This commit is contained in:
Andrew Nelless 2016-12-19 17:41:30 +00:00
parent abeedf9bcc
commit e0b4561e55
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
add_subdirectory(lib)
add_subdirectory(cmd)
add_subdirectory(gui)
if ((NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX") AND (NOT ${DISABLE_TESTS}))
add_subdirectory(test)