mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
6 lines
124 B
CMake
6 lines
124 B
CMake
ADD_SUBDIRECTORY(include)
|
|
ADD_SUBDIRECTORY(src)
|
|
IF(WITH_BLACK_SAMPLES)
|
|
ADD_SUBDIRECTORY(samples)
|
|
ENDIF(WITH_BLACK_SAMPLES)
|