mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 00:30:18 +01:00
3 lines
103 B
CMake
3 lines
103 B
CMake
add_executable(spv-gen spv-gen.cpp)
|
|
target_link_libraries(spv-gen PUBLIC nlohmann_json::nlohmann_json)
|