mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
8 lines
156 B
CMake
8 lines
156 B
CMake
cmake_minimum_required(VERSION 3.23)
|
|
|
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|
set(CMAKE_AUTOMOC ON)
|
|
|
|
jkqtplotter_add_jkqtcommmon_test(jkqtpstatisticstools_test)
|
|
|