##// END OF EJS Templates
Add button on the SidePane widgets to open left or right inspectors
Add button on the SidePane widgets to open left or right inspectors

File last commit:

r64:64b6a9e1cea3
r101:9678ebc27091
Show More
Findsciqlop-plugin.cmake
12 lines | 348 B | text/x-cmake | CMakeLexer
/ plugin / cmake / Findsciqlop-plugin.cmake
Alexandre Leroux
CMakeLists for "plugin" module...
r64 # - Try to find sciqlop-plugin
# Once done this will define
# SCIQLOP-PLUGIN_FOUND - System has sciqlop-plugin
# SCIQLOP-PLUGIN_INCLUDE_DIR - The sciqlop-plugin include directories
if(SCIQLOP-PLUGIN_FOUND)
return()
endif(SCIQLOP-PLUGIN_FOUND)
set(SCIQLOP-PLUGIN_INCLUDE_DIR ${sciqlop-plugin_DIR}/../include)
set(SCIQLOP-PLUGIN_FOUND TRUE)