##// END OF EJS Templates
Separate the initialization of the properties of the graph of the update of the units of the graph....
Separate the initialization of the properties of the graph of the update of the units of the graph. The initialization of the properties is carried out when adding a variable in the graph, the update of the units is carried out when loading the data of this variable

File last commit:

r14:5bce99742c6f
r1308:41b7c6aab8be
Show More
find_libs.cmake
32 lines | 626 B | text/x-cmake | CMakeLexer
Initialisation de l'archi cmake
r0 #
# findslibs.cmake
#
#
# Qt
#
# Find Qt here so that a message is displayed in the console when executing
# cmake, but each application must call SCIQLOP_FIND_QT() to load the Qt modules that
# it needs.
FIND_PACKAGE(Qt5Core REQUIRED)
FIND_PACKAGE(Qt5Test REQUIRED)
FIND_PACKAGE(Qt5Gui REQUIRED)
#
# doxygen tools
#
FIND_PACKAGE(Doxygen)
#
mperrinel
Initialisation de la configuration Linux
r14 # Analyzer tools
Initialisation de l'archi cmake
r0 #
mperrinel
Initialisation de la configuration Linux
r14 LIST( APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/analyzer/cmake")
Initialisation de l'archi cmake
r0 FIND_PACKAGE(cppcheck)
mperrinel
Initialisation de la configuration Linux
r14 FIND_PACKAGE(ClangAnalyzer)
Initialisation de l'archi cmake
r0
#
# Formatting tools
#
LIST( APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/formatting/cmake")
FIND_PACKAGE(vera++)
FIND_PACKAGE(ClangFormat)