summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index f933cc1..1b3d2f7 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,6 +1,6 @@
1 1
2#build the test executable 2#build the test executable
3INCLUDE_DIRECTORIES( ${GLIB2_INCLUDE_DIR} ) 3INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/libcnary/include )
4 4
5SET(plist_test_SRC 5SET(plist_test_SRC
6 plist_test.c) 6 plist_test.c)