mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 19:24:37 +00:00
added include variable in to parent scoup
This commit is contained in:
parent
6488206cb0
commit
35ab2bdbe0
@ -44,15 +44,13 @@ ADD_CUSTOM_TARGET( ${PROJECT_NAME} ALL
|
|||||||
DEPENDS ${PROJECT_NAME}Make
|
DEPENDS ${PROJECT_NAME}Make
|
||||||
)
|
)
|
||||||
|
|
||||||
set (IMPORTED_LOCATION ${BUILD_OUT_DIR}/lib)
|
set (IMPORTED_LOCATION ${BUILD_OUT_DIR}/lib PARENT_SCOPE)
|
||||||
|
set(PUBLIC_HEADER ${BUILD_OUT_DIR}/include PARENT_SCOPE)
|
||||||
|
|
||||||
add_library(ssl SHARED IMPORTED
|
add_library(ssl SHARED IMPORTED)
|
||||||
[GLOBAL])
|
|
||||||
|
add_library(crypto SHARED IMPORTED)
|
||||||
|
|
||||||
add_library(crypto SHARED IMPORTED
|
|
||||||
[GLOBAL])
|
|
||||||
|
|
||||||
set(PUBLIC_HEADER ${BUILD_OUT_DIR}/include)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user