Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Oct 2, 2024
1 parent 5b1d5c0 commit d802082
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,14 @@ add_executable(
src/threads.c
)

if (WIN32)
target_compile_definitions(
kai
PRIVATE
CURL_SKIP_INCLUDE_MPRINTF
)
endif()

find_package(Threads REQUIRED)

add_dependencies(
Expand Down

0 comments on commit d802082

Please sign in to comment.