forked from speed-dreams/speed-dreams-code
CMakeLists.txt: Do not depend on data/
This commit is contained in:
parent
4d53ae9ce6
commit
7bd0fe9fa9
1 changed files with 0 additions and 3 deletions
|
@ -181,7 +181,6 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake/doxygenconfig.in.cmake
|
|||
|
||||
# Fictive = no-output target, for having source files available in IDEs.
|
||||
SET(_SOURCES CHANGES.txt COPYING.txt INSTALL.txt README.txt)
|
||||
ADD_CUSTOM_TARGET(rootdoc SOURCES ${_SOURCES} data/data/credits.xml)
|
||||
|
||||
# Install top tree data files
|
||||
SD_INSTALL_FILES(DATA "/" FILES ${_SOURCES})
|
||||
|
@ -199,8 +198,6 @@ SET_PROPERTY(GLOBAL PROPERTY SD_EXE_LIST "")
|
|||
|
||||
# Sub-dirs to build ...
|
||||
ADD_SUBDIRECTORY(src)
|
||||
ADD_SUBDIRECTORY(data)
|
||||
ADD_SUBDIRECTORY(cmake)
|
||||
|
||||
# After the user settings files have been collected,
|
||||
# Update (and then install) version.xml from their respective version.
|
||||
|
|
Loading…
Reference in a new issue