Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Small C++ preprocessor library

License

NotificationsYou must be signed in to change notification settings

vittorioromeo/vrm_pp

Repository files navigation

Lightweight C++ preprocessor library.

buildstabilitylicensegratipaybadge.cppon-wandboxon-godbolt

Intended usage (quick start)

  1. Add this repository andSuperV1234/vrm_cmake as submodules of your project, as subfolders inyour_project/extlibs/:

    git submodule add   https://github.com/SuperV1234/vrm_cmake.git   your_project/extlibs/vrm_cmakegit submodule add   https://github.com/SuperV1234/vrm_pp.git      your_project/extlibs/vrm_pp
  2. Includevrm_cmake in your project'sCMakeLists.txt and look for thevrm_pp extlib:

    # Include `vrm_cmake`:list(APPENDCMAKE_MODULE_PATH"${CMAKE_SOURCE_DIR}/extlibs/vrm_cmake/cmake/")include(vrm_cmake)# Find `vrm_pp`:vrm_cmake_find_extlib(vrm_pp)

[8]ページ先頭

©2009-2025 Movatter.jp