Awesome
vrm_cmake
Shared CMake aliases, macros and functions.
Intended usage (quick start)
-
Add this repository as a submodule of your project, in
./extlibs/vrm_cmake
:git submodule add https://github.com/SuperV1234/vrm_cmake.git your_project/extlibs/vrm_cmake
-
Include the repository in your project's CMakeLists:
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/extlibs/vrm_cmake/cmake/") include(vrm_cmake)