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