mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-21 21:26:11 +01:00
8 lines
208 B
CMake
8 lines
208 B
CMake
@PACKAGE_INIT@
|
|
|
|
if(NOT TARGET @TARGET_NAME@)
|
|
add_library(@TARGET_NAME@ INTERFACE IMPORTED)
|
|
set_target_properties(@TARGET_NAME@ PROPERTIES
|
|
INTERFACE_INCLUDE_DIRECTORIES "@ABSOLUTE_INCLUDE_DIR@"
|
|
)
|
|
endif()
|