mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
* external: Update CLI11 to tag v2.1.2 * external: Update dirent * external: Update elfio to tag Release_3.9 * external: Update fmt to tag 8.0.1 and spdlog to tag v1.9.2 * external: Update glad * external: Update googletest * external: Update imgui to tag v1.85 * external: Update miniz to tag 2.2.0 * external: Update stb * external: Update vita-toolchain * external: Update yaml-cpp to tag yaml-cpp-0.7.0
2 lines
96 B
CMake
2 lines
96 B
CMake
add_executable(gen-modules gen-modules.cpp)
|
|
target_link_libraries(gen-modules PRIVATE yaml-cpp)
|