mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07: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
|
|
)
|