Fix Python libs tests
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
add_executable(example example.cpp)
|
||||
target_include_directories(example SYSTEM PUBLIC ${PYTHON_INCLUDE_DIRS})
|
||||
target_link_libraries(example ${PYTHON_LIBRARIES})
|
||||
|
Reference in New Issue
Block a user