mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-11-18 03:41:00 +02:00
Update CMakeLists.txt
This commit is contained in:
parent
9063e32a89
commit
9f7920ca2d
@ -119,12 +119,6 @@ set(LIBUMSKT_SRC
|
|||||||
src/libumskt/debugoutput.cpp
|
src/libumskt/debugoutput.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if(UMSKT_USE_SHARED_OPENSSL)
|
|
||||||
add_library(_umskt SHARED ${LIBUMSKT_SRC})
|
|
||||||
else()
|
|
||||||
add_library(_umskt STATIC ${LIBUMSKT_SRC})
|
|
||||||
endif()
|
|
||||||
|
|
||||||
#### Separate Build Path for emscripten
|
#### Separate Build Path for emscripten
|
||||||
if (EMSCRIPTEN)
|
if (EMSCRIPTEN)
|
||||||
add_executable(umskt ${LIBUMSKT_SRC})
|
add_executable(umskt ${LIBUMSKT_SRC})
|
||||||
|
Loading…
Reference in New Issue
Block a user