diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2018-10-13 12:41:21 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2018-10-13 12:41:21 +0000 |
| commit | a4668b5c3a06de1ddcadc32dcd5ed386c498b4ac (patch) | |
| tree | c44b2bbd9b819d0b59537cf6c628bf37bc82448c /testfiles | |
| parent | Move some files to 'io' directory. (diff) | |
| download | inkscape-a4668b5c3a06de1ddcadc32dcd5ed386c498b4ac.tar.gz inkscape-a4668b5c3a06de1ddcadc32dcd5ed386c498b4ac.zip | |
Add dir-util.h to the include path.
Fixes tests in the prev commit.
Diffstat (limited to 'testfiles')
| -rw-r--r-- | testfiles/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testfiles/CMakeLists.txt b/testfiles/CMakeLists.txt index b3d94164d..8012a6c83 100644 --- a/testfiles/CMakeLists.txt +++ b/testfiles/CMakeLists.txt @@ -11,6 +11,7 @@ if(NOT GTEST_FOUND) # not required for gtest 1.8.0 and later ${CMAKE_SOURCE_DIR}/gtest/gtest/include) endif() include_directories("${CMAKE_SOURCE_DIR}/src/3rdparty/adaptagrams") +include_directories("${CMAKE_SOURCE_DIR}/src/io") set(TEST_SOURCES attributes-test |
