Single cmakelist, because I'm done maintaining an unstable shitty build system, one is easier
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
project(frontend)
|
||||
|
||||
add_subdirectory(imgui)
|
||||
|
||||
add_library(frontend
|
||||
App.hpp
|
||||
App.cpp)
|
||||
|
||||
target_include_directories(frontend PUBLIC
|
||||
.
|
||||
..
|
||||
../../external
|
||||
../../external/capstone/include
|
||||
../../external/parallel-rdp
|
||||
../../external/parallel-rdp/parallel-rdp-standalone/vulkan
|
||||
../../external/parallel-rdp/parallel-rdp-standalone/util
|
||||
../../external/parallel-rdp/parallel-rdp-standalone/volk
|
||||
../n64
|
||||
../n64/core
|
||||
../n64/core/cpu
|
||||
../n64/core/cpu/registers)
|
||||
target_link_libraries(frontend PUBLIC frontend-imgui)
|
||||
Reference in New Issue
Block a user