mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
build: Build static "convenience" libs as position independent
This commit is contained in:
@@ -19,3 +19,4 @@ target_include_directories(blackconfig
|
||||
${PROJECT_SOURCE_DIR}/src
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
set_property(TARGET blackconfig PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
1
third_party/simplecrypt/CMakeLists.txt
vendored
1
third_party/simplecrypt/CMakeLists.txt
vendored
@@ -15,3 +15,4 @@ target_include_directories(SimpleCrypt
|
||||
PUBLIC
|
||||
${PROJECT_SOURCE_DIR}/third_party
|
||||
)
|
||||
set_property(TARGET SimpleCrypt PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
Reference in New Issue
Block a user