JKQtPlotter/cmake/jkqtplotter_common_compilersettings.cmake

13 lines
215 B
CMake
Raw Normal View History

2024-01-15 20:38:50 +08:00
cmake_minimum_required(VERSION 3.23)
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 )