Skip to content

Commit

Permalink
explicitly set library type to static
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Dec 8, 2024
1 parent 4b2f2e6 commit 536eb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(NOT EMSCRIPTEN)
list(APPEND WCW_SRC curl.cpp)
endif()

add_library(WebviewCandidateWindow ${WCW_SRC})
add_library(WebviewCandidateWindow STATIC ${WCW_SRC})
target_include_directories(WebviewCandidateWindow PUBLIC "${PROJECT_SOURCE_DIR}/include" "${PROJECT_SOURCE_DIR}/webview")
target_link_libraries(WebviewCandidateWindow ${LIBS})
if(APPLE)
Expand Down

0 comments on commit 536eb33

Please sign in to comment.