diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6e30bf5..aaa3e01 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -195,6 +195,7 @@ add_test(sound-menu-test sound-menu-test) # Notification Test ########################### +#[[ include_directories(${CMAKE_SOURCE_DIR}/src) add_executable (notifications-test notifications-test.cc) target_link_libraries ( @@ -208,6 +209,7 @@ target_link_libraries ( ) add_test(notifications-test notifications-test) +]] ########################### # Accounts Service User |