This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
qSniff/source/RCSwitch/CMakeLists.txt

12 lines
159 B
CMake
Raw Normal View History

2017-10-19 11:57:55 +00:00
cmake_minimum_required(VERSION 3.6)
add_library(rc-switch
rc-switch/RCSwitch.cpp
rc-switch/RCSwitch.h
)
target_include_directories(rc-switch
PUBLIC .
)