diff options
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 25df30d..4065cc5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,10 +1,4 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -fno-permissive -pedantic -Wall -Wextra") - - -#ecm_add_test(tst_dice.cpp -# TEST_NAME "tst_diceparser" -#LINK_LIBRARIES Qt5::Test Qt5::Widgets Qt5::Qml -#) set(CMAKE_AUTOMOC ON) find_package(Qt5Test REQUIRED) |