JKQtPlotter/tests/CMakeLists.txt

20 lines
746 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.23)
message( STATUS )
message( STATUS "............................................................................." )
message( STATUS ".. BUILDING UNIT TESTS" )
message( STATUS "............................................................................." )
if (JKQtPlotter_BUILD_WITH_PRECOMPILED_HEADERS)
message( STATUS ".. - Precompiled Header: ON" )
else()
message( STATUS ".. - Precompiled Header: OFF")
endif()
message( STATUS "............................................................................." )
2024-01-23 18:51:50 +08:00
include(CTest)
enable_testing()
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Test REQUIRED)
message( STATUS ".. BUILDING UNIT TESTS FOR JKQTCommon:" )
add_subdirectory(jkqtcommmon)