Skip to content
Snippets Groups Projects
Commit dca37968 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] Python libs

parent e6d2c3c3
No related branches found
No related tags found
1 merge request!26Support 3689
...@@ -32,7 +32,7 @@ target_compile_options( ...@@ -32,7 +32,7 @@ target_compile_options(
"-fpic" "-fpic"
) )
target_link_libraries(${PROJECT_NAME} dap_core) target_link_libraries(${PROJECT_NAME} dap_core ${PYTHON_LIBRARIES})
target_include_directories(${PROJECT_NAME} PUBLIC src/ ) target_include_directories(${PROJECT_NAME} PUBLIC src/ )
......
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