Skip to content

Commit 7fab732

Browse files
committed
complete overhaul to TSD library structure
1 parent ba201f6 commit 7fab732

File tree

233 files changed

+2899
-2624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+2899
-2624
lines changed

tsd/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,3 @@ add_subdirectory(tests)
8181
## Cleanup CMake variables ##
8282

8383
include(cmake/mark_cache_variables_as_advanced.cmake)
84-
85-
get_property(dirs DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES)
86-
message(STATUS "Include dirs = ${dirs}")

tsd/apps/interactive/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
## Copyright 2024-2025 NVIDIA Corporation
22
## SPDX-License-Identifier: Apache-2.0
33

4-
add_subdirectory(common)
5-
64
add_subdirectory(demos)
75
add_subdirectory(viewer)
8-
96
option(BUILD_PTC_VIEWER "Build MPI viewer" OFF)
107
if (BUILD_PTC_VIEWER)
118
add_subdirectory(ptc_viewer)

tsd/apps/interactive/common/AppCore.h

Lines changed: 0 additions & 183 deletions
This file was deleted.

tsd/apps/interactive/common/CMakeLists.txt

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)