We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af911ad + 3929cc9 commit 5cb0c7fCopy full SHA for 5cb0c7f
CMakeLists.txt
@@ -103,10 +103,10 @@ target_link_libraries(EntropyCore
103
)
104
105
add_executable(WorkContractExample Examples/WorkContractExample.cpp)
106
-target_link_libraries(WorkContractExample EntropyCore)
+target_link_libraries(WorkContractExample EntropyCore Tracy::TracyClient)
107
108
add_executable(WorkGraphYieldableExample Examples/WorkGraphYieldableExample.cpp)
109
-target_link_libraries(WorkGraphYieldableExample EntropyCore)
+target_link_libraries(WorkGraphYieldableExample EntropyCore Tracy::TracyClient)
110
111
# Platform and compiler-specific settings
112
if(WIN32)
0 commit comments