瀏覽代碼

add a missing include directory

Sven Czarnian 3 年之前
父節點
當前提交
40fa70186b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -46,6 +46,7 @@ CONFIGURE_FILE(
 
 # define include directories
 INCLUDE_DIRECTORIES(
+    ${CMAKE_SOURCE_DIR}
     ${CMAKE_SOURCE_DIR}/include
     ${CMAKE_BINARY_DIR}/include
 )