Vita3K/tools/gen-modules/CMakeLists.txt
scribam 667b9a8f7e
Update externals (#1499)
* 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
2021-11-11 17:23:34 +01:00

2 lines
96 B
CMake

add_executable(gen-modules gen-modules.cpp)
target_link_libraries(gen-modules PRIVATE yaml-cpp)