Moved driver and tdtool to telldus-core
This commit is contained in:
parent
9b2c653fcd
commit
3ea649d16e
31 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
cmake_minimum_required(VERSION 2.4)
|
||||
|
||||
PROJECT(rfcmd)
|
||||
|
||||
SET(rfcmd_SRCS
|
||||
|
|
|
|||
7
telldus-core/CMakeLists.txt
Normal file
7
telldus-core/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PROJECT( telldus-core )
|
||||
|
||||
CMAKE_MINIMUM_REQUIRED( VERSION 2.4.0 )
|
||||
|
||||
ADD_SUBDIRECTORY(driver)
|
||||
ADD_SUBDIRECTORY(tdtool)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue