mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-13 01:10:33 +08:00
7 lines
97 B
CMake
7 lines
97 B
CMake
cmake_minimum_required(VERSION 3.1)
|
|
|
|
|
|
if(NOT APPLE)
|
|
set(CMAKE_INSTALL_RPATH $ORIGIN)
|
|
endif()
|