Skip to content
Snippets Groups Projects
Commit 524de30f authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Moved Curve.h to legacy

parent c86af210
No related branches found
No related tags found
1 merge request!3Refactoring
......@@ -22,7 +22,6 @@ set( headers
Constants.h
CudaSharedMemory.h
CudaStreamPool.h
Curve.h
DevicePointer.h
File.h
File_impl.h
......
File moved
......@@ -31,9 +31,6 @@ target_link_libraries (tnl-dicom-reader tnl ${DCMTK_LIBRARIES} )
ADD_EXECUTABLE( tnl-functions-benchmark functions-benchmark.cpp )
target_link_libraries( tnl-functions-benchmark tnl )
ADD_EXECUTABLE(tnl-curve2gnuplot tnlcurve2gnuplot.cpp )
target_link_libraries (tnl-curve2gnuplot tnl )
IF( BUILD_CUDA )
CUDA_ADD_EXECUTABLE( tnl-cuda-arch tnl-cuda-arch.cu )
INSTALL( TARGETS tnl-cuda-arch
......@@ -49,7 +46,6 @@ INSTALL( TARGETS tnl-init
tnl-mesh-converter
tnl-dicom-reader
tnl-image-converter
tnl-curve2gnuplot
DESTINATION bin )
INSTALL( FILES ${PROJECT_TOOLS_PATH}/tnl-bindir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment