Warning, /education/gcompris/tests/core/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 #============================================================================= 0002 # SPDX-FileCopyrightText: 2018 Himanshu Vishwakarma <himvish997@gmail.com> 0003 # 0004 # SPDX-License-Identifier: BSD-2-Clause 0005 #============================================================================= 0006 find_package(Qt5 REQUIRED COMPONENTS Test) 0007 0008 include_directories(${CMAKE_SOURCE_DIR} "${CMAKE_BINARY_DIR}/src/core/") 0009 0010 set(CORE_TEST_LIBRARIES 0011 gcompris_core 0012 Qt5::Core 0013 Qt5::Test 0014 ) 0015 0016 ecm_add_tests(ActivityInfoTest.cpp 0017 ApplicationSettingsTest.cpp 0018 DatasetTest.cpp 0019 DirectoryTest.cpp 0020 FileTest.cpp 0021 ApplicationInfoTest.cpp 0022 DownloadManagerTest.cpp 0023 # add new test file here 0024 NAME_PREFIX Core 0025 LINK_LIBRARIES ${CORE_TEST_LIBRARIES})