6 lines
99 B
CMake
6 lines
99 B
CMake
include_guard(GLOBAL)
|
|
|
|
include(FetchContent)
|
|
include(GNUInstallDirs)
|
|
include(CMakeDependentOption)
|