autocmake/modules/src.cmake
2017-11-11 13:45:23 +01:00

9 lines
288 B
CMake

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