Skip to content

Commit 21b738a

Browse files
committed
WIP: RT-study
1 parent 5925d0c commit 21b738a

File tree

4 files changed

+1387
-0
lines changed

4 files changed

+1387
-0
lines changed

packages/dicom/dcmtk/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,6 @@ FetchContent_Declare(
225225
GIT_TAG ${PLM_GIT_TAG}
226226
)
227227
FetchContent_MakeAvailable(plastimatch_lib)
228+
229+
add_executable(write-rt-struct write-rt-struct.cxx)
230+
target_link_libraries(write-rt-struct PUBLIC ${ITK_LIBRARIES} plmbase)

0 commit comments

Comments
 (0)