##// END OF EJS Templates
Factorisation des commentaires inutiles
mperrinel -
r18:9fc3ee552565
parent child
Show More
@@ -8,18 +8,10 SET (LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/dist/${CMAKE_BUILD_TYPE})
8 8
9 9
10 10 #
11 # Compile the core
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 #
General Comments 0
You need to be logged in to leave comments. Login now