Fix Python libs tests

This commit is contained in:
Roberto Di Remigio
2018-03-12 12:55:23 +01:00
parent 3e81a75b0c
commit 2127b9e815
4 changed files with 24 additions and 12 deletions

View File

@ -1,2 +1,3 @@
add_executable(example example.cpp)
target_include_directories(example SYSTEM PUBLIC ${PYTHON_INCLUDE_DIRS})
target_link_libraries(example ${PYTHON_LIBRARIES})