bin/CMakeLists.txt
authorAlan Knowles <alan@roojs.com>
Fri, 15 Feb 2019 05:29:37 +0000 (13:29 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Feb 2019 05:29:37 +0000 (13:29 +0800)
bin/CMakeLists.txt

index 5e8f328..250268b 100644 (file)
@@ -25,7 +25,7 @@ add_dependencies("${PROJECT_NAME}" "${PROJECT_NAME}-vala")
 # We need to add the directory where the C header for our library is
 # installed, otherwise we'll get an error from the C compiler.
 set_target_properties(${PROJECT_NAME} PROPERTIES
-       INCLUDE_DIRECTORIES ${CMAKE_BINARY_DIR}/my-project)
+       INCLUDE_DIRECTORIES ${CMAKE_BINARY_DIR}/jsdoc)
 
 # Any libraries that your tests need to link to should go here.
 # Usually this will just be your library.