##// END OF EJS Templates
add fuzzing amda test skip
add fuzzing amda test skip

File last commit:

r1100:53bdb3e416f0
r1401:5ce5cfcc084a develop
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")