Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
gleocadie committed Jun 21, 2024
1 parent 182f14c commit 5e88a14
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions cmake/DatadogConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,22 @@ if(Datadog_FOUND)
if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
target_link_libraries(
datadog_profiling
INTERFACE NtDll
UserEnv
Bcrypt
crypt32
wsock32
ws2_32
shlwapi
Secur32
Ncrypt
PowrProf)
INTERFACE advapi32
Bcrypt
crypt32
cryptnet
kernel32
legacy_stdio_definitions
msvcrt
Ncrypt
NtDll
PowrProf
Secur32
shlwapi
synchronization
UserEnv
ws2_32
wsock32)
endif()

add_library(Datadog::Profiling ALIAS datadog_profiling)
Expand Down

0 comments on commit 5e88a14

Please sign in to comment.