-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeLists.txt
43 lines (41 loc) · 933 Bytes
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# cmake_minimum_required(VERSION <specify CMake version here>)
project(hueApp)
set(CMAKE_CXX_STANDARD 11)
add_executable(hueApp
api.cpp
api.h
connect.h
e27_off_waca.svg
e27_on_waca.svg
formsinglelight.cpp
formsinglelight.h
formsinglelight.ui
group.cpp
group.h
grouplistmodel.cpp
grouplistmodel.h
hueApp.pro
huestate.cpp
huestate.h
icons.qrc
light.cpp
light.h
lightlistmodel.cpp
lightlistmodel.h
lightsform.cpp
lightsform.h
lightsform.ui
main.cpp
mainwindow.cpp
mainwindow.h
mainwindow.ui
mygrouplistmodel.cpp
mygrouplistmodel.h
mygroupsform.cpp
mygroupsform.h
mygroupsform.ui
setting.cpp
setting.h
settings.cpp
settings.h
settings.ui)