UNPKG
elastic-beam
Version:
latest (0.0.1)
0.0.1
Power Controller for Energenie Powerstrip
github.com/amoriello/elastic-beam
amoriello/elastic-beam
elastic-beam
/
CMakeLists.txt
11 lines
(6 loc)
•
217 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required
(VERSION
2.8
)
project
(elastic-beam)
#General
variables setup
set
(THIRD_PARTY_DIR "${PROJECT_SOURCE_DIR}/src/third_party")
include_directories
("src/")
add_subdirectory
("src/power_controller")