Skip to content

Commit

Permalink
[cmake] Refactor linux Install.cmake by components
Browse files Browse the repository at this point in the history
  • Loading branch information
hudokkow committed Jul 18, 2016
1 parent 11c1afe commit a339946
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 115 deletions.
10 changes: 0 additions & 10 deletions project/cmake/CMakeLists.txt
Expand Up @@ -251,16 +251,6 @@ mark_as_advanced(core_DEPENDS)
mark_as_advanced(test_archives)
mark_as_advanced(test_sources)

file(STRINGS ${PROJECT_SOURCE_DIR}/installdata/addon-bindings.txt bindings)
foreach(binding ${bindings})
list(APPEND addon_bindings ${CORE_SOURCE_DIR}/${binding})
endforeach()

file(STRINGS ${PROJECT_SOURCE_DIR}/installdata/cmake-files.txt cmakefiles)
foreach(cmakefile ${cmakefiles})
list(APPEND cmake_files ${CORE_SOURCE_DIR}/${cmakefile})
endforeach()

add_subdirectory(${CORE_SOURCE_DIR}/lib/gtest ${CORE_BUILD_DIR}/gtest EXCLUDE_FROM_ALL)

# Subdirs
Expand Down
37 changes: 0 additions & 37 deletions project/cmake/installdata/addon-bindings.txt

This file was deleted.

11 changes: 0 additions & 11 deletions project/cmake/installdata/cmake-files.txt

This file was deleted.

0 comments on commit a339946

Please sign in to comment.