##// END OF EJS Templates
Add CatalogueAPI external project with SciQLop cmake configuration
Add CatalogueAPI external project with SciQLop cmake configuration

File last commit:

r1062:53bdb3e416f0
r1062:53bdb3e416f0
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")