##// END OF EJS Templates
Calls the update of the graph's units and range data of a variable have been loaded
Calls the update of the graph's units and range data of a variable have been loaded

File last commit:

r1100:53bdb3e416f0
r1309:91b47d337d40 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")