Another big repo refactoring, should be latest

I've restored old paths for scripts and flattened the src structure
This commit is contained in:
Yehonal
2016-08-12 02:37:42 +02:00
parent 3972a1da63
commit c1a76e07ff
595 changed files with 684 additions and 1854 deletions

View File

@@ -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)