myx/lib/Includes.cmake

6 lines
99 B
CMake
Raw Normal View History

2022-10-01 13:42:36 +00:00
include_guard(GLOBAL)
include(FetchContent)
include(GNUInstallDirs)
2022-10-01 23:39:48 +00:00
include(CMakeDependentOption)