mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-05 06:16:47 -04:00
9 lines
149 B
CMake
9 lines
149 B
CMake
|
|
|
|
include_directories(
|
|
${CMAKE_CURRENT_SOURCE_DIR}/projects
|
|
${CMAKE_CURRENT_SOURCE_DIR}/utils
|
|
)
|
|
|
|
add_subdirectory(projects)
|
|
add_subdirectory(utils) |