@@ -1,39 +1,31 | |||
|
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 |
# Compile the |
|
|
11 | # Compile the diffents modules | |
|
12 | 12 | # |
|
13 | 13 | ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/sqpcore") |
|
14 | ||
|
15 | # | |
|
16 | # Compile the gui | |
|
17 | # | |
|
18 | 14 | #ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/sqpgui") |
|
19 | ||
|
20 | # | |
|
21 | # Compile the app | |
|
22 | # | |
|
23 | 15 | ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/sqpapp") |
|
24 | 16 | |
|
25 | 17 | # |
|
26 | 18 | # Code formatting |
|
27 | 19 | # |
|
28 | 20 | INCLUDE ("cmake/sciqlop_formatting.cmake") |
|
29 | 21 | |
|
30 | 22 | # |
|
31 | 23 | # Documentation generation |
|
32 | 24 | # |
|
33 | 25 | INCLUDE ("cmake/sciqlop_doxygen.cmake") |
|
34 | 26 | |
|
35 | 27 | # |
|
36 | 28 | # Source code analysis |
|
37 | 29 | # |
|
38 | 30 | INCLUDE ("cmake/sciqlop_code_analysis.cmake") |
|
39 | 31 | INCLUDE ("cmake/sciqlop_code_cppcheck.cmake") |
General Comments 0
You need to be logged in to leave comments.
Login now