diff options
| author | 2022-04-29 10:48:09 +0200 | |
|---|---|---|
| committer | 2022-04-29 10:48:09 +0200 | |
| commit | 07c5f6ec23fcf9237a24e71adcfacabce677f818 (patch) | |
| tree | 588e8c5f82b9163181fad3581f610e6f1d88cba4 /tests/dice/CMakeLists.txt | |
| parent | a9153f1615a842cfb9e9bcda4d9071e202618569 (diff) | |
| download | OneRoll-07c5f6ec23fcf9237a24e71adcfacabce677f818.tar.gz OneRoll-07c5f6ec23fcf9237a24e71adcfacabce677f818.zip | |
Change file organization.
Diffstat (limited to 'tests/dice/CMakeLists.txt')
| -rw-r--r-- | tests/dice/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
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) |