diff --git a/SDK/Examples/Cpp/CMakeLists.txt b/SDK/Examples/Cpp/CMakeLists.txt index 13ec2b9b..d27b0d86 100644 --- a/SDK/Examples/Cpp/CMakeLists.txt +++ b/SDK/Examples/Cpp/CMakeLists.txt @@ -62,24 +62,6 @@ CopySharedLibrary(Example_Slice) add_executable(Example_BeamLattice Source/BeamLattice.cpp) CopySharedLibrary(Example_BeamLattice) -add_executable(Example_VolumeSphere Source/VolumeCreateSphere.cpp) -CopySharedLibrary(Example_VolumeSphere) - -add_executable(Example_VolumeGyroid Source/VolumeGyroid.cpp) -CopySharedLibrary(Example_VolumeGyroid) - -add_executable(Example_VolumeCylinder Source/VolumeCreateCylinder.cpp) -CopySharedLibrary(Example_VolumeCylinder) - -add_executable(Example_VolumeTorus Source/VolumeCreateTorus.cpp) -CopySharedLibrary(Example_VolumeTorus) - -add_executable(Example_VolumeCombineFunctions Source/VolumeCombineFunctions.cpp) -CopySharedLibrary(Example_VolumeCombineFunctions) - -add_executable(Example_VolumeImageStack Source/VolumeImageStack.cpp) -CopySharedLibrary(Example_VolumeImageStack) - add_executable(Example_FillMeshWithGyroid Source/FillMeshWithGyroid.cpp) CopySharedLibrary(Example_FillMeshWithGyroid)