Browse Source

Merge branch 'master' of macoy.me:macoy/gamelib

master
Macoy Madson 2 years ago
parent
commit
c4e2b7a534
  1. 4
      src/Tracy.cake

4
src/Tracy.cake

@ -111,6 +111,8 @@
(add-c-search-directory-module "Dependencies/tracy")
(add-cpp-build-dependency "TracyClient.cpp")
(add-library-dependency "pthread" "dl")
(comptime-cond
('Unix
(add-library-dependency "pthread" "dl")))
(add-build-config-label "Profile")

Loading…
Cancel
Save