##// END OF EJS Templates
fix refresh of events after a discard
fix refresh of events after a discard

File last commit:

r1100:53bdb3e416f0
r1277:e816f2c2a04c feature/Catalogue...
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")