Warning, /rolisteam/rolisteam/src/tests/auto/contentmodel/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 find_package(Qt6 CONFIG REQUIRED COMPONENTS Test Core)
0009 
0010 add_executable(tst_contentmodel tst_contentmodel.cpp)
0011 target_link_libraries(tst_contentmodel PUBLIC Qt6::Core Qt6::Test PRIVATE core core rwidgets instantmessaging common_core common_widget common_qml)
0012 add_test(NAME tst_contentmodel COMMAND tst_contentmodel)