Skip to content

Commit

Permalink
CMake: enable LVK_WITH_TRACY_GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Dec 14, 2024
1 parent 07de959 commit 7a6477c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ set(KTX_FEATURE_TESTS OFF CACHE BOOL "")
set(KTX_FEATURE_TOOLS OFF CACHE BOOL "")
set(KTX_FEATURE_VK_UPLOAD OFF CACHE BOOL "")
add_subdirectory(deps/src/lightweightvk/third-party/deps/src/ktx-software)
set(LVK_WITH_SAMPLES OFF CACHE BOOL "")
set(LVK_WITH_TRACY ON CACHE BOOL "")
set(LVK_WITH_SAMPLES OFF CACHE BOOL "")
set(LVK_WITH_TRACY ON CACHE BOOL "")
set(LVK_WITH_TRACY_GPU ON CACHE BOOL "")
add_subdirectory(deps/src/lightweightvk)
lvk_set_folder(ktx "third-party/ktx-software")
lvk_set_folder(ktx_read "third-party/ktx-software")
Expand Down

0 comments on commit 7a6477c

Please sign in to comment.