mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Use TRACY_PUBLIC_DIR throughout
This commit is contained in:
parent
107975c8de
commit
0aeadb4c49
@ -6,7 +6,7 @@ find_package(Threads REQUIRED)
|
||||
|
||||
set(TRACY_PUBLIC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/public)
|
||||
|
||||
add_library(TracyClient public/TracyClient.cpp)
|
||||
add_library(TracyClient "${TRACY_PUBLIC_DIR}/TracyClient.cpp")
|
||||
target_compile_features(TracyClient PUBLIC cxx_std_11)
|
||||
target_include_directories(TracyClient SYSTEM PUBLIC
|
||||
$<BUILD_INTERFACE:${TRACY_PUBLIC_DIR}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user