mirror of
https://github.com/simon987/sist2.git
synced 2025-04-18 01:36:42 +00:00
curl fix
This commit is contained in:
parent
50615486a4
commit
d22f83c797
@ -89,6 +89,8 @@ target_compile_options(sist2
|
|||||||
-fomit-frame-pointer
|
-fomit-frame-pointer
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_directories(sist2 PRIVATE /usr/local/lib)
|
||||||
|
|
||||||
TARGET_LINK_LIBRARIES(
|
TARGET_LINK_LIBRARIES(
|
||||||
sist2
|
sist2
|
||||||
|
|
||||||
@ -133,7 +135,7 @@ TARGET_LINK_LIBRARIES(
|
|||||||
|
|
||||||
# curl
|
# curl
|
||||||
${PROJECT_SOURCE_DIR}/lib/libcurl.a
|
${PROJECT_SOURCE_DIR}/lib/libcurl.a
|
||||||
-L/usr/local/lib ssl crypto
|
ssl crypto
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_target(
|
add_custom_target(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user