##// END OF EJS Templates
Fix bug in acquisition !. Test fuzzing with 30 var in 8 group
Fix bug in acquisition !. Test fuzzing with 30 var in 8 group

File last commit:

r1100:53bdb3e416f0
r1391:5fb7ba4d060e feature/Acquisiti...
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")