rpcsx/tools/spv-gen/CMakeLists.txt

3 lines
103 B
Text
Raw Permalink Normal View History

2024-09-03 15:30:55 +03:00
add_executable(spv-gen spv-gen.cpp)
target_link_libraries(spv-gen PUBLIC nlohmann_json::nlohmann_json)