comparison: CMakeLists.txt
CMakeLists.txt
- changeset 43
- 1394901b557a
- parent 42
- 9528f8d06962
- child 44
- d0bf58f3560f
equal
deleted
inserted
replaced
12 endif() |
12 endif() |
13 |
13 |
14 include_directories (${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR}) |
14 include_directories (${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR}) |
15 |
15 |
16 set (ZCINEMA_SOURCES |
16 set (ZCINEMA_SOURCES |
17 src/cfg.cpp |
17 src/config.cpp |
18 src/configwindow.cpp |
18 src/configwindow.cpp |
19 src/demo.cpp |
19 src/demo.cpp |
20 src/main.cpp |
20 src/main.cpp |
21 src/misc.cpp |
21 src/misc.cpp |
22 src/prompts.cpp |
22 src/prompts.cpp |
23 ) |
23 ) |
24 |
24 |
25 set (ZCINEMA_HEADERS |
25 set (ZCINEMA_HEADERS |
26 src/cfg.h |
26 src/config.h |
27 src/configwindow.h |
27 src/configwindow.h |
28 src/demo.h |
28 src/demo.h |
29 src/main.h |
29 src/main.h |
30 src/misc.h |
30 src/misc.h |
31 src/prompts.h |
31 src/prompts.h |