keep fixing parallel-rdp stuff

This commit is contained in:
CocoSimone
2022-08-06 18:46:47 +02:00
parent c5303ede59
commit 8a450e110b
19 changed files with 64 additions and 45 deletions

View File

@@ -9,11 +9,14 @@ add_library(frontend
target_include_directories(frontend PUBLIC
.
..
../../external
../../external/parallel-rdp
../../external/parallel-rdp/parallel-rdp-standalone/vulkan
../../external/parallel-rdp/parallel-rdp-standalone/util
../../external/parallel-rdp/parallel-rdp-standalone/volk
../cores
../cores/n64)
../n64
../n64/core
../n64/core/cpu
../n64/core/cpu/registers)
target_link_libraries(frontend PUBLIC frontend-imgui)