Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Sep 30, 2024
1 parent 4837f36 commit 2e895b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if(DYNAMIC_BUILD)
-DALTV_CSHARP_SHARED
)
include_directories(${TARGET_NAME} PRIVATE "src" "thirdparty" "..")
add_dependencies(${TARGET_NAME} alt-sdk-csharp)
else()
add_library(${TARGET_NAME}-static STATIC "${PROJECT_SOURCE_FILES}" "${CAPI_FILES}")
target_compile_definitions(${PROJECT_NAME}-static PRIVATE
Expand Down

0 comments on commit 2e895b5

Please sign in to comment.