This commit is contained in:
simon 2020-02-01 15:22:43 -05:00
parent 50615486a4
commit d22f83c797

View File

@ -89,6 +89,8 @@ target_compile_options(sist2
-fomit-frame-pointer
)
target_link_directories(sist2 PRIVATE /usr/local/lib)
TARGET_LINK_LIBRARIES(
sist2
@ -133,7 +135,7 @@ TARGET_LINK_LIBRARIES(
# curl
${PROJECT_SOURCE_DIR}/lib/libcurl.a
-L/usr/local/lib ssl crypto
ssl crypto
)
add_custom_target(