2024-01-15 20:38:50 +08:00
|
|
|
cmake_minimum_required(VERSION 3.23)
|
2022-08-08 00:00:05 +08:00
|
|
|
|
|
|
|
|
|
|
|
message( STATUS )
|
|
|
|
message( STATUS "............................................................................." )
|
|
|
|
message( STATUS ".. BUILDING TOOLS" )
|
|
|
|
message( STATUS "............................................................................." )
|
|
|
|
if (JKQtPlotter_BUILD_WITH_PRECOMPILED_HEADERS)
|
|
|
|
message( STATUS ".. - Precompiled Header: ON" )
|
|
|
|
else()
|
|
|
|
message( STATUS ".. - Precompiled Header: OFF")
|
|
|
|
endif()
|
|
|
|
|
|
|
|
message( STATUS "............................................................................." )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# examples specific to JKQtMathText
|
|
|
|
message( STATUS ".. BUILDING TOOLS FOR JKQTMATHTEXT:" )
|
|
|
|
add_subdirectory(jkqtmathtext_render)
|
2022-09-03 04:59:41 +08:00
|
|
|
add_subdirectory(jkqtplotter_doc_imagegenerator)
|
2022-08-08 00:00:05 +08:00
|
|
|
|