##// END OF EJS Templates
Implementation of progression
Implementation of progression

File last commit:

r8:d7dd29e57aeb
r606:7ea0025fca62 feature/SynchroIm...
Show More
CMakeLists.txt
11 lines | 174 B | text/plain | CMakeLexer
## Main CMakeLists for SCIQLOP
CMAKE_MINIMUM_REQUIRED (VERSION 3.6.1)
cmake_policy(VERSION 3.6)
PROJECT(SCIQLOP)
#
# build the project
#
INCLUDE("cmake/sciqlop.cmake")