We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da1534 commit 1d915f4Copy full SHA for 1d915f4
1 file changed
test/CMakeLists.txt
@@ -8,9 +8,9 @@ if(POLICY CMP0037 AND ${CMAKE_VERSION} VERSION_LESS "3.11.0")
8
cmake_policy(SET CMP0037 OLD)
9
endif()
10
11
-include_directories (${CMAKE_SOURCE_DIR}
12
- ${CMAKE_SOURCE_DIR}/src
13
- ${CMAKE_SOURCE_DIR}/test
+include_directories (${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}/src
+ ${CMAKE_CURRENT_SOURCE_DIR}/test
14
${SHARED_INCLUDE_DIRS})
15
16
set (test_SRCS args.t autocomplete.t charliteral.t composite.t color.t configuration.t dates.t datetime.t duration.t external.t format.t fs.t intrinsic.t json.t json_test lexer.t list.t msg.t negative.t palette.t peg.t pig.t plus.t positive.t question.t rx.t sax_test shared.t star.t stringliteral.t table.t timer.t tree.t unicode.t utf8.t)
0 commit comments