##// END OF EJS Templates
Improves the drop in an existing graph
Improves the drop in an existing graph

File last commit:

r8:d7dd29e57aeb
r863:20f1707a4ae9 DragAndDropTest
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")