From 07c5f6ec23fcf9237a24e71adcfacabce677f818 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 29 Apr 2022 10:48:09 +0200 Subject: Change file organization. --- tests/dice/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/dice/CMakeLists.txt (limited to 'tests/dice/CMakeLists.txt') diff --git a/tests/dice/CMakeLists.txt b/tests/dice/CMakeLists.txt deleted file mode 100644 index f07fa71..0000000 --- a/tests/dice/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fno-permissive -pedantic -Wall") -set(CMAKE_AUTOMOC ON) -find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED COMPONENTS Core Gui Svg Test) - -set(test_source testnode.cpp tst_dice.cpp) - -add_executable(test_dice ${test_source}) - -target_include_directories(test_dice PRIVATE ../../include ../../ ../../node ../../result) - -find_library(DICEPARSER_LIBRARY diceparser HINTS ${CMAKE_CURRENT_BINARY_DIR}/../../) - -target_link_libraries(test_dice PUBLIC Qt6::Core Qt6::Gui Qt6::Test diceparser_shared) -add_test(tst_diceparser test_dice) -- cgit v1.2.3-70-g09d2