- The user can now pass its own interpreter. - Development libraries and headers can be requested. - Travis-CI switched to new container-based workers.
3 lines
87 B
CMake
3 lines
87 B
CMake
add_executable(example example.cpp)
|
|
target_link_libraries(example ${PYTHON_LIBRARIES})
|