diff --git a/tools/gpu-frame-player/CMakeLists.txt b/tools/gpu-frame-player/CMakeLists.txt index 3f5330c381..692cccda4e 100644 --- a/tools/gpu-frame-player/CMakeLists.txt +++ b/tools/gpu-frame-player/CMakeLists.txt @@ -1,4 +1,5 @@ +return() set(TARGET_NAME gpu-frame-player) setup_memory_debugger() diff --git a/tools/vhacd-util/CMakeLists.txt b/tools/vhacd-util/CMakeLists.txt index 5d7fba79e3..28c5b64596 100644 --- a/tools/vhacd-util/CMakeLists.txt +++ b/tools/vhacd-util/CMakeLists.txt @@ -1,3 +1,5 @@ + +return() set(TARGET_NAME vhacd-util) setup_hifi_project(Core) link_hifi_libraries(shared model-serializers hfm graphics gpu gl)