15 files changed:
# #
###########################################################################
-ADD_SUBDIRECTORY(scripts)
+ADD_SUBDIRECTORY(cmake/scripts)
ADD_SUBDIRECTORY(include)
ADD_SUBDIRECTORY(source)
-ADD_SUBDIRECTORY(config) # has to be included after source
+ADD_SUBDIRECTORY(cmake/config) # has to be included after source
ADD_SUBDIRECTORY(contrib) # has to be included after source
DEPENDS expand_instantiations
${CMAKE_CURRENT_SOURCE_DIR}/${_inst_in_file}
COMMAND expand_instantiations
- ARGS ${CMAKE_BINARY_DIR}/config/template-arguments
+ ARGS ${CMAKE_BINARY_DIR}/cmake/config/template-arguments
< ${CMAKE_CURRENT_SOURCE_DIR}/${_inst_in_file}
> ${CMAKE_CURRENT_BINARY_DIR}/${_inst_file}
)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams