diff --git a/CMakeLists.txt b/CMakeLists.txt index 94375abc2ab3358e3162f925a247f5b2ad6d620d..bfceb387b4773c304c1c11d3cdeaa27dedfa33ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,15 +34,8 @@ target_compile_options( target_link_libraries(${PROJECT_NAME} dap_core dap_crypto) -#file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/libdapConnector.py -# DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) - -file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/test/test.py - DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) - -if(BUILD_DAP__TESTS) -# file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/test/main_test.py -# DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) - enable_testing() -endif() +#if(BUILD_DAP_PYTHON_TESTS) +# add_subdirectory(test) +# enable_testing() +#endif()