mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-16 20:55:56 +01:00
add missed cmake file
This commit is contained in:
parent
f3e99445d7
commit
d8fdf8209e
9
tools/amdgpu-gen/CMakeLists.txt
Normal file
9
tools/amdgpu-gen/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
if (NOT TARGET pugixml::pugixml)
|
||||
find_package(pugixml)
|
||||
endif()
|
||||
|
||||
if (TARGET pugixml::pugixml)
|
||||
add_executable(amdgpu-gen amdgpu-gen.cpp)
|
||||
target_link_libraries(amdgpu-gen PUBLIC pugixml::pugixml nlohmann_json::nlohmann_json)
|
||||
endif()
|
||||
Loading…
Reference in a new issue