diff options
| author | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-01 18:57:32 +0000 |
|---|---|---|
| committer | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-01 18:57:32 +0000 |
| commit | 22262f2db6747eb516283b92abcfd348c700911a (patch) | |
| tree | 010d0f5c42e6f6240a8f8ff7acb67bd3bb26ccc1 /CMakeLists.txt | |
| parent | Added more tests (diff) | |
| download | inkscape-22262f2db6747eb516283b92abcfd348c700911a.tar.gz inkscape-22262f2db6747eb516283b92abcfd348c700911a.zip | |
Added xmlNodes as range function
(bzr r14954.1.12)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 94dbf60df..79fea4f71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,6 +104,7 @@ else() message("No gmock/gtest found! Perhaps you wish to run 'bash download-gtest.sh' to download it.") endif() +include(CMakeScripts/ConfigCompileFlags.cmake) include(CMakeScripts/ConfigPaths.cmake) # Installation Paths include(CMakeScripts/DefineDependsandFlags.cmake) # Includes, Compiler Flags, and Link Libraries include(CMakeScripts/HelperMacros.cmake) # Misc Utility Macros |
