Files

8 lines
125 B
CMake

include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/projects
${CMAKE_CURRENT_SOURCE_DIR}/utils
)
add_subdirectory(projects)