Imgui and ParallelRDP stuff

This commit is contained in:
CocoSimone
2022-08-05 13:58:35 +02:00
parent 23ebc1edc1
commit d580dc6cdd
14 changed files with 162 additions and 319 deletions

View File

@@ -7,5 +7,13 @@ add_library(frontend
App.hpp
App.cpp)
target_include_directories(frontend PUBLIC . ../../external ../cores ../cores/n64)
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)
target_link_libraries(frontend PUBLIC frontend-imgui)