Skip to content

Commit

Permalink
build: static link sast-link-cxx-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Oct 11, 2024
1 parent 9e65048 commit 6b43d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ if (WIN32)
${VERSION_RC_PATH}
)
set(WIN32_MANIFEST_PATH ${CMAKE_SOURCE_DIR}/app.manifest)

set(BUILD_SAST_LINK_SHARED OFF)
endif()

# find Slint
Expand Down Expand Up @@ -83,7 +81,9 @@ set(SOURCE_LOCALE_DIR "${CMAKE_SOURCE_DIR}/ui/locale")

# source code
add_subdirectory(src)

# sast-link-sdk
option(BUILD_SAST_LINK_SHARED "Build SAST Link SDK as shared library" OFF)
add_subdirectory(3rdpart/sast-link-cxx-sdk)

# credential storage
Expand Down

0 comments on commit 6b43d7b

Please sign in to comment.