10 lines
306 B
CMake
10 lines
306 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
|
|
################################################################################
|
|
# Install libbladeRF header files
|
|
################################################################################
|
|
install(FILES
|
|
CyUSBSerial.h
|
|
DESTINATION include
|
|
)
|