kotatogram-desktop/cmake/external/ranges/CMakeLists.txt
2019-11-08 11:30:20 +03:00

6 lines
151 B
CMake

add_library(external_ranges INTERFACE IMPORTED GLOBAL)
target_include_directories(external_ranges SYSTEM
INTERFACE
${libs_loc}/range-v3/include
)