##// END OF EJS Templates
Removes title and close button from graph widget...
Removes title and close button from graph widget Title and button will be added directly as items in plot overlay

File last commit:

r8:d7dd29e57aeb
r665:6a98c66c04c4
Show More
CMakeLists.txt
11 lines | 174 B | text/plain | CMakeLexer
Initialisation de l'archi cmake
r0
## Main CMakeLists for SCIQLOP
Correction policy cmake (supprime les warnings à la compilation)
r8 CMAKE_MINIMUM_REQUIRED (VERSION 3.6.1)
cmake_policy(VERSION 3.6)
Initialisation de l'archi cmake
r0
PROJECT(SCIQLOP)
#
# build the project
#
INCLUDE("cmake/sciqlop.cmake")