Session Request working

This commit is contained in:
Florian Märkl 2018-11-16 21:39:18 +01:00
commit 2fa6ad8b21
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
11 changed files with 263 additions and 33 deletions

View file

@ -6,8 +6,9 @@ project(chiaki)
option(CHIAKI_ENABLE_TESTS "Enable tests for Chiaki" ON)
add_subdirectory(lib)
add_subdirectory(gui)
if(CHIAKI_ENABLE_TESTS)
enable_testing()
add_subdirectory(test)
endif()
endif()