diff options
author | hnOsmium0001 <[email protected]> | 2022-04-25 22:17:42 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-04-25 22:17:42 -0700 |
commit | a0b6646bbd601bfeaf0106cb4c22958c53085cac (patch) | |
tree | d806d5a9135feed65ca4d7ac0972e6e8fa109d28 /3rdparty/tracy/CMakeLists.txt | |
parent | e826894632f59c214c309d934843c49d73103612 (diff) |
Add tracy
Diffstat (limited to '3rdparty/tracy/CMakeLists.txt')
-rw-r--r-- | 3rdparty/tracy/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/tracy/CMakeLists.txt b/3rdparty/tracy/CMakeLists.txt new file mode 100644 index 0000000..84cc697 --- /dev/null +++ b/3rdparty/tracy/CMakeLists.txt @@ -0,0 +1,2 @@ +add_library(tracy INTERFACE) +target_include_directories(tracy INTERFACE ${CMAKE_CURRENT_LIST_DIR}) |