mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 04:40:05 +00:00
CMake: Create INTERFACE targets for microprofile and nihstro
This commit is contained in:
parent
3b68600f81
commit
d736cca848
4 changed files with 9 additions and 5 deletions
|
@ -263,8 +263,12 @@ set(DYNARMIC_NO_BUNDLED_FMT ON)
|
|||
add_subdirectory(externals/dynarmic)
|
||||
|
||||
add_subdirectory(externals/glad)
|
||||
include_directories(externals/microprofile)
|
||||
include_directories(externals/nihstro/include)
|
||||
|
||||
add_library(microprofile INTERFACE)
|
||||
target_include_directories(microprofile INTERFACE externals/microprofile)
|
||||
|
||||
add_library(nihstro-headers INTERFACE)
|
||||
target_include_directories(nihstro-headers INTERFACE externals/nihstro/include)
|
||||
|
||||
if (MSVC)
|
||||
add_subdirectory(externals/getopt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue