mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
13 lines
214 B
CMake
13 lines
214 B
CMake
cmake_minimum_required(VERSION 3.1)
|
|
|
|
|
|
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 )
|