@@ -1,38 +1,38 | |||
|
1 | 1 | # |
|
2 | 2 | # Sciqlop_modules.cmake |
|
3 | 3 | # |
|
4 | 4 | # Set ouptut directories |
|
5 | 5 | # |
|
6 | 6 | SET (EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/dist/${CMAKE_BUILD_TYPE}) |
|
7 | 7 | SET (LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/dist/${CMAKE_BUILD_TYPE}) |
|
8 | 8 | |
|
9 | 9 | |
|
10 | 10 | # |
|
11 | 11 | # Compile the core |
|
12 | 12 | # |
|
13 | 13 | ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/sqpcore") |
|
14 | 14 | |
|
15 | 15 | # |
|
16 | 16 | # Compile the gui |
|
17 | 17 | # |
|
18 | ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/sqpgui") | |
|
18 | #ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/sqpgui") | |
|
19 | 19 | |
|
20 | 20 | # |
|
21 | 21 | # Compile the app |
|
22 | 22 | # |
|
23 | 23 | ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/sqpapp") |
|
24 | 24 | |
|
25 | 25 | # |
|
26 | 26 | # Code formatting |
|
27 | 27 | # |
|
28 | 28 | INCLUDE ("cmake/sciqlop_formatting.cmake") |
|
29 | 29 | |
|
30 | 30 | # |
|
31 | 31 | # Documentation generation |
|
32 | 32 | # |
|
33 | 33 | INCLUDE ("cmake/sciqlop_doxygen.cmake") |
|
34 | 34 | |
|
35 | 35 | # |
|
36 | 36 | # Source code analysis |
|
37 | 37 | # |
|
38 | 38 | INCLUDE ("cmake/sciqlop_code_analysis.cmake") |
General Comments 0
You need to be logged in to leave comments.
Login now