JKQtPlotter/cmake/jkqtplotter_common_compilersettings.cmake

13 lines
215 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.16)
if(NOT APPLE)
set(CMAKE_INSTALL_RPATH $ORIGIN)
endif()
math(EXPR JKQtPlotter_BIT_DEPTH ${CMAKE_SIZEOF_VOID_P}*8)
find_package( CImg QUIET )
find_package( OpenCV QUIET )