Skip to content

Commit 3929cc9

Browse files
committed
Make sure tracy gets linked.
1 parent 4599def commit 3929cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ target_link_libraries(EntropyCore
103103
)
104104

105105
add_executable(WorkContractExample Examples/WorkContractExample.cpp)
106-
target_link_libraries(WorkContractExample EntropyCore)
106+
target_link_libraries(WorkContractExample EntropyCore Tracy::TracyClient)
107107

108108
add_executable(WorkGraphYieldableExample Examples/WorkGraphYieldableExample.cpp)
109-
target_link_libraries(WorkGraphYieldableExample EntropyCore)
109+
target_link_libraries(WorkGraphYieldableExample EntropyCore Tracy::TracyClient)
110110

111111
# Platform and compiler-specific settings
112112
if(WIN32)

0 commit comments

Comments
 (0)