Moved rc-switch to sub-project
This commit is contained in:
parent
6c9646291e
commit
bb82ff8317
4 changed files with 15 additions and 7 deletions
11
source/RCSwitch/CMakeLists.txt
Normal file
11
source/RCSwitch/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
add_library(rc-switch
|
||||
rc-switch/RCSwitch.cpp
|
||||
rc-switch/RCSwitch.h
|
||||
)
|
||||
|
||||
target_include_directories(rc-switch
|
||||
PUBLIC .
|
||||
)
|
||||
|
1
source/RCSwitch/rc-switch
Submodule
1
source/RCSwitch/rc-switch
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit cf4b0053d72bbfa6831d6ff636dbd249ec385cff
|
Loading…
Add table
Add a link
Reference in a new issue