autocmake/modules/src.cmake
2018-06-20 17:10:31 +02:00

9 lines
280 B
CMake

# (c) https://github.com/dev-cafe/autocmake/blob/master/AUTHORS.md
# licensed under BSD-3: https://github.com/dev-cafe/autocmake/blob/master/LICENSE
#.rst:
#
# Adds ${PROJECT_SOURCE_DIR}/src as subdirectory containing CMakeLists.txt.
add_subdirectory(${PROJECT_SOURCE_DIR}/src)