Warning, /rolisteam/rolisteam/src/tests/auto/widgets/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 cmake_minimum_required(VERSION 3.16)
0002 
0003 enable_testing(true)
0004 include_directories( test )
0005 
0006 set(CMAKE_AUTOMOC ON)
0007 
0008 set(QT_REQUIRED_VERSION "6.3.0")
0009 find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED COMPONENTS Test Core)
0010 
0011 add_executable(tst_widgets tst_widgets.cpp)
0012 target_link_libraries(tst_widgets PUBLIC Qt6::Core Qt6::Test PRIVATE core rwidgets instantmessaging common_core common_widget common_qml charactersheet_widgets helper utils)
0013 target_include_directories(tst_widgets  PUBLIC ../helper )
0014 add_test(NAME tst_widgets COMMAND tst_widgets)