aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/dumpcodemodel/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/dumpcodemodel/CMakeLists.txt')
-rw-r--r--sources/shiboken2/tests/dumpcodemodel/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/sources/shiboken2/tests/dumpcodemodel/CMakeLists.txt b/sources/shiboken2/tests/dumpcodemodel/CMakeLists.txt
deleted file mode 100644
index 5c5e2c7b0..000000000
--- a/sources/shiboken2/tests/dumpcodemodel/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-add_executable(dumpcodemodel main.cpp)
-
-target_include_directories(dumpcodemodel
- PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ${apiextractor_SOURCE_DIR})
-
-target_link_libraries(dumpcodemodel PUBLIC apiextractor Qt${QT_MAJOR_VERSION}::Core)