Skip to content

Commit 5cb0c7f

Browse files
committed
Merge branch 'main' into autobuild
2 parents af911ad + 3929cc9 commit 5cb0c7f

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)