Massive CMake refactoring... No code changes. (0.37.55)
This commit is contained in:
parent
a63aff3daa
commit
501be417e8
22 changed files with 513 additions and 568 deletions
5
src/CMakeLists.txt
Normal file
5
src/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# This file is intentionally minimal. Targets have been moved to cmake/Targets.cmake
|
||||
# to keep the source tree clean. Keeping this include preserves compatibility if
|
||||
# someone adds this directory as a subdirectory in the future.
|
||||
|
||||
include(${CMAKE_SOURCE_DIR}/cmake/Targets.cmake)
|
||||
Loading…
Add table
Add a link
Reference in a new issue