##// 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
## Main CMakeLists for SCIQLOP
CMAKE_MINIMUM_REQUIRED (VERSION 3.6.1)
cmake_policy(VERSION 3.6)
PROJECT(SCIQLOP)
#
# build the CatalogueAPI dependencu
#
INCLUDE("extern/CatalogueAPI.cmake")
#
# build the project
#
INCLUDE("cmake/sciqlop.cmake")