Warning, /utilities/filelight/autotests/core/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 if(NOT UNIX)
0002 return()
0003 endif()
0004
0005 SET(FILENAME_TEST_SRCS
0006 testFileTree.cpp
0007 )
0008
0009 ecm_add_test(
0010 ${FILENAME_TEST_SRCS}
0011 TEST_NAME "filetree_test"
0012 LINK_LIBRARIES
0013 Qt6::Test
0014 filelightInternal
0015 KF6::CoreAddons
0016 )