mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
8 lines
125 B
CMake
8 lines
125 B
CMake
|
|
include_directories(
|
|
${CMAKE_CURRENT_SOURCE_DIR}/projects
|
|
${CMAKE_CURRENT_SOURCE_DIR}/utils
|
|
)
|
|
|
|
add_subdirectory(projects)
|