Skip to content

Commit

Permalink
Remove unnecessary executable entries from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Dec 16, 2024
1 parent 75d1932 commit 901e4ad
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions SDK/Examples/Cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 901e4ad

Please sign in to comment.