We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bb94f commit 7b63f9eCopy full SHA for 7b63f9e
test/CMakeLists.txt
@@ -50,9 +50,14 @@ include_directories(${GTEST_INCLUDE_DIRS} SYSTEM)
50
set(XEUS_PYTHON_TESTS
51
main.cpp
52
../src/xutils.cpp
53
- test_debugger.cpp
54
- xeus_client.hpp
55
- xeus_client.cpp
+)
+
+if (XPYTHON_DEBUGGER_AVAILABLE)
56
+ list(APPEND ${XEUS_PYTHON_TESTS}
57
+ test_debugger.cpp
58
+ xeus_client.hpp
59
+ xeus_client.cpp
60
+ )
61
)
62
63
add_executable(test_xeus_python ${XEUS_PYTHON_TESTS})
0 commit comments