Skip to content

Commit 5d5206e

Browse files
committed
moved primary functions out of headers
1 parent 27ecce2 commit 5d5206e

5 files changed

Lines changed: 1091 additions & 584 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ set_target_properties(adic PROPERTIES
5353
VERSION ${PROJECT_VERSION}
5454
SOVERSION 1
5555
PUBLIC_HEADER "${CMAKE_SOURCE_DIR}/include/libadic/*.h"
56+
POSITION_INDEPENDENT_CODE ON # Required for Python bindings
5657
)
5758

5859
# Enable testing

0 commit comments

Comments
 (0)