Skip to content

Commit

Permalink
ENH: Build Python wrapping
Browse files Browse the repository at this point in the history
targetLinkLibrariesWithDynamicLookup.cmake copied out of scikit-build.
  • Loading branch information
thewtex committed Nov 8, 2017
1 parent 73ba110 commit 9cf4474
Show file tree
Hide file tree
Showing 10 changed files with 614 additions and 28 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ if(NOT ITK_BINARY_DIR)
endif()
")

# For portable Python packages
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/targetLinkLibrariesWithDynamicLookup.cmake)

if(NOT ITK_SOURCE_DIR)
find_package(ITK REQUIRED)
list(APPEND CMAKE_MODULE_PATH ${ITK_CMAKE_DIR})
Expand Down

0 comments on commit 9cf4474

Please sign in to comment.