mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:19:00 +08:00
5 lines
159 B
CMake
5 lines
159 B
CMake
|
cmake_minimum_required (VERSION 2.8)
|
||
|
project (rang)
|
||
|
|
||
|
include_directories(include)
|
||
|
install(FILES ${PROJECT_SOURCE_DIR}/include/rang.hpp DESTINATION include)
|