Skip to content
Snippets Groups Projects
Commit f7beb4d2 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

Edited the Cmake file so that it would be possible to include header files from other projects.

parent 8ef95969
No related branches found
No related tags found
1 merge request!1Features 2466
...@@ -29,6 +29,8 @@ target_compile_options( ...@@ -29,6 +29,8 @@ target_compile_options(
target_link_libraries(${PROJECT_NAME} dap_core dap_crypto) target_link_libraries(${PROJECT_NAME} dap_core dap_crypto)
target_include_directories(${PROJECT_NAME} PUBLIC src/ )
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/libdapConnector.py file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/libdapConnector.py
DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment