diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-12 02:37:42 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-12 02:40:23 +0200 |
commit | c1a76e07ff59988c53983aeb5ead7d88d10f3f33 (patch) | |
tree | f9d38127a42480480b4620b9422356a86b1b1671 /CMakeLists.txt | |
parent | 3972a1da631144a83aff7fe76961fdac5dd1c28a (diff) |
Another big repo refactoring, should be latest
I've restored old paths for scripts and flattened the src structure
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 577ed3ea16..fb4f74bb97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ include(CheckIncludeFiles) # some utils for cmake include(modules/uwd/cmake-utils/utils.cmake) -include(ScriptsMacro) +include(src/cmake/ac_macros.cmake) # set default buildoptions and print them include(conf/config.cmake.dist) @@ -80,10 +80,10 @@ if(NOT WITHOUT_GIT) endif() # Find revision ID and hash of the sourcetree -include(modules/acore/cmake/genrev.cmake) +include(src/cmake/genrev.cmake) # print out the results before continuing -include(modules/acore/cmake/showoptions.cmake) +include(src/cmake/showoptions.cmake) # add modules and dependencies CU_SUBDIRLIST(sub_DIRS "${CMAKE_SOURCE_DIR}/modules" FALSE FALSE) |