feat add tracy profiler
Some checks failed
cpp-template / build (Debug, aarch64-linux-gnu) (push) Failing after 27s
cpp-template / build (Release, mipsel-linux-gnu) (push) Failing after 12m45s
cpp-template / build (Release, host.gcc) (push) Failing after 12m52s
cpp-template / build (Release, arm-linux-gnueabihf) (push) Failing after 12m55s
cpp-template / build (Release, aarch64-linux-gnu) (push) Failing after 13m1s
cpp-template / build (Debug, mipsel-linux-gnu) (push) Failing after 13m6s
cpp-template / build (Debug, host.gcc) (push) Failing after 13m11s
cpp-template / build (Debug, arm-linux-gnueabihf) (push) Failing after 13m19s
Some checks failed
cpp-template / build (Debug, aarch64-linux-gnu) (push) Failing after 27s
cpp-template / build (Release, mipsel-linux-gnu) (push) Failing after 12m45s
cpp-template / build (Release, host.gcc) (push) Failing after 12m52s
cpp-template / build (Release, arm-linux-gnueabihf) (push) Failing after 12m55s
cpp-template / build (Release, aarch64-linux-gnu) (push) Failing after 13m1s
cpp-template / build (Debug, mipsel-linux-gnu) (push) Failing after 13m6s
cpp-template / build (Debug, host.gcc) (push) Failing after 13m11s
cpp-template / build (Debug, arm-linux-gnueabihf) (push) Failing after 13m19s
This commit is contained in:
@@ -2,12 +2,15 @@ function(comm_link TARGET_NAME)
|
||||
if(COMM_LINK_ATOMIC)
|
||||
target_link_libraries(${TARGET_NAME} PUBLIC atomic)
|
||||
endif()
|
||||
|
||||
if(COMM_LINK_PTHREAD)
|
||||
target_link_libraries(${TARGET_NAME} PUBLIC pthread)
|
||||
endif()
|
||||
if(COMM_LINK_MICROPROFILE)
|
||||
target_link_libraries(${TARGET_NAME} PUBLIC microprofile)
|
||||
endif()
|
||||
|
||||
target_link_libraries(${TARGET_NAME} PUBLIC TracyClient)
|
||||
# if(COMM_LINK_MICROPROFILE)
|
||||
# target_link_libraries(${TARGET_NAME} PUBLIC microprofile)
|
||||
# endif()
|
||||
endfunction()
|
||||
|
||||
# cc_library(name STATIC SRCS a.c b.c DEPS PUBLIC pub_lib PRIVATE pri_lib)
|
||||
|
Reference in New Issue
Block a user