10 lines
272 B
CMake
10 lines
272 B
CMake
include(FetchContent)
|
|
|
|
FetchContent_Declare(
|
|
platform_folders
|
|
GIT_REPOSITORY https://github.com/sago007/PlatformFolders.git
|
|
GIT_TAG 4.2.0
|
|
GIT_SHALLOW TRUE
|
|
)
|
|
set(PLATFORMFOLDERS_BUILD_TESTING OFF)
|
|
FetchContent_MakeAvailable(platform_folders) |