mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 17:15:47 +00:00
CMake: Create INTERFACE targets for microprofile and nihstro
This commit is contained in:
parent
49ef9a6270
commit
1f22f0939c
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