mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-26 05:04:23 +01:00
5 lines
177 B
CMake
5 lines
177 B
CMake
add_library(RangeSet::RangeSet INTERFACE IMPORTED GLOBAL)
|
|
set_target_properties(RangeSet::RangeSet PROPERTIES
|
|
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include
|
|
)
|