File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ if(POLICY CMP0037 AND ${CMAKE_VERSION} VERSION_LESS "3.11.0")
88 cmake_policy (SET CMP0037 OLD )
99endif ()
1010
11- include_directories (${CMAKE_SOURCE_DIR }
12- ${CMAKE_SOURCE_DIR } /src
13- ${CMAKE_SOURCE_DIR } /test
11+ include_directories (${CMAKE_CURRENT_SOURCE_DIR }
12+ ${CMAKE_CURRENT_SOURCE_DIR } /src
13+ ${CMAKE_CURRENT_SOURCE_DIR } /test
1414 ${SHARED_INCLUDE_DIRS} )
1515
1616set (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)
You can’t perform that action at this time.
0 commit comments