##// END OF EJS Templates
Merge branch 'feature/IntegrationCatalogueAPI' into develop
Merge branch 'feature/IntegrationCatalogueAPI' into develop

File last commit:

r1100:53bdb3e416f0
r1106:22f8b7e43ec3 merge
Show More
CMakeLists.txt
18 lines | 254 B | text/plain | CMakeLexer
Initialisation de l'archi cmake
r0
## Main CMakeLists for SCIQLOP
Correction policy cmake (supprime les warnings à la compilation)
r8 CMAKE_MINIMUM_REQUIRED (VERSION 3.6.1)
cmake_policy(VERSION 3.6)
Initialisation de l'archi cmake
r0
PROJECT(SCIQLOP)
Add CatalogueAPI external project with SciQLop cmake configuration
r1100
#
# build the CatalogueAPI dependencu
#
INCLUDE("extern/CatalogueAPI.cmake")
Initialisation de l'archi cmake
r0 #
# build the project
#
Add CatalogueAPI external project with SciQLop cmake configuration
r1100 INCLUDE("cmake/sciqlop.cmake")