Skip to content

Commit

Permalink
submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Nov 1, 2023
1 parent b5ac978 commit 90df4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpcsx-gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
find_package(Vulkan 1.3 REQUIRED)
#find_package(Vulkan 1.3 REQUIRED)
find_package(glfw3 3.3 REQUIRED)

add_executable(rpcsx-gpu
main.cpp
)

target_include_directories(rpcsx-gpu PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(rpcsx-gpu PUBLIC amdgpu::bridge amdgpu::device glfw Vulkan::Vulkan)
target_link_libraries(rpcsx-gpu PUBLIC amdgpu::bridge amdgpu::device glfw vulkan)
set_target_properties(rpcsx-gpu PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
install(TARGETS rpcsx-gpu RUNTIME DESTINATION bin)

0 comments on commit 90df4bf

Please sign in to comment.