[CMake] add all files of a directory
cmake.org › pipermail › cmakeJul 14, 2008 · [CMake] add all files of a directory Adrien Saladin adrien.saladin at gmail.com Mon Jul 14 09:48:57 EDT 2008. Previous message: [CMake] add all files of a directory Next message: [CMake] try_compile: more verbose format wanted Messages sorted by:
add_subdirectory — CMake 3.23.0-rc3 Documentation
cmake.org › cmake › helpAdd a subdirectory to the build. add_subdirectory (source_dir [binary_dir] [EXCLUDE_FROM_ALL]) Adds a subdirectory to the build. The source_dir specifies the directory in which the source CMakeLists.txt and code files are located. If it is a relative path it will be evaluated with respect to the current directory (the typical usage), but it may ...