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

0001 add_subdirectory(fuzzer)
0002 cmake_minimum_required(VERSION 3.16)
0003 
0004 set(CMAKE_AUTOMOC ON)
0005 
0006 set(QT_REQUIRED_VERSION "6.3.0")
0007 find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED COMPONENTS Test Core Widgets)
0008 
0009 add_executable(manual_sheet tst_sheet.cpp ${TEST_ROOT_DIR}/auto/assets/resources.qrc)
0010 target_link_libraries(manual_sheet PUBLIC Qt6::Core Qt6::Test Qt6::Widgets PRIVATE core rwidgets rmindmap common_core common_widget common_qml diceparser_qobject diceparser_shared utils qml_views qml_components instantmessaging network charactersheet charactersheet_widgets charactersheet_formula )
0011 
0012 #add_executable(manual_image_model tst_imagemodel.cpp ${TEST_ROOT_DIR}/auto/assets/resources.qrc)
0013 #target_link_libraries(manual_image_model PUBLIC Qt6::Core Qt6::Test Qt6::Widgets PRIVATE core rwidgets rmindmap common_core common_widget common_qml diceparser_qobject diceparser_shared utils qml_views qml_components instantmessaging network charactersheet charactersheet_widgets charactersheet_formula )