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

Fixed installation paths in remaining CMakeLists.txt files

parent 1646677a
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,4 @@ SET( headers MeshEdgeTopology.h ...@@ -6,4 +6,4 @@ SET( headers MeshEdgeTopology.h
MeshTriangleTopology.h MeshTriangleTopology.h
MeshVertexTopology.h ) MeshVertexTopology.h )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/mesh/topologies ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Meshes/Topologies )
\ No newline at end of file
...@@ -13,4 +13,4 @@ set( tnl_schemes_euler_fvm_SOURCES ...@@ -13,4 +13,4 @@ set( tnl_schemes_euler_fvm_SOURCES
${common_SOURCES} ${common_SOURCES}
PARENT_SCOPE ) PARENT_SCOPE )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/operators/euler/fvm ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Operators/euler/fvm )
...@@ -3,4 +3,4 @@ SET( headers tnlOneSideDiffOperatorQ.h ...@@ -3,4 +3,4 @@ SET( headers tnlOneSideDiffOperatorQ.h
tnlFiniteVolumeOperatorQ.h tnlFiniteVolumeOperatorQ.h
tnlFiniteVolumeOperatorQ_impl.h ) tnlFiniteVolumeOperatorQ_impl.h )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/operators/operator-Q ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Operators/operator-Q )
SET( headers ExactOperatorCurvature.h SET( headers ExactOperatorCurvature.h
ExactOperatorCurvature_impl.h ) ExactOperatorCurvature_impl.h )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/operators/operator-curvature ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Operators/operator-curvature )
...@@ -26,4 +26,4 @@ set( tnl_core_containers_SOURCES ...@@ -26,4 +26,4 @@ set( tnl_core_containers_SOURCES
${CURRENT_DIR}/tnlStaticContainer_impl.cpp ${CURRENT_DIR}/tnlStaticContainer_impl.cpp
PARENT_SCOPE ) PARENT_SCOPE )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/core/containers ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/core/containers )
\ No newline at end of file
...@@ -43,4 +43,4 @@ set( tnl_core_cuda_SOURCES ...@@ -43,4 +43,4 @@ set( tnl_core_cuda_SOURCES
${CURRENT_DIR}/cuda-prefix-sum_impl.cpp ${CURRENT_DIR}/cuda-prefix-sum_impl.cpp
PARENT_SCOPE ) PARENT_SCOPE )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/core/cuda ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/core/cuda )
\ No newline at end of file
...@@ -17,4 +17,4 @@ set( tnl_core_multimaps_SOURCES ...@@ -17,4 +17,4 @@ set( tnl_core_multimaps_SOURCES
${common_SOURCES} ${common_SOURCES}
PARENT_SCOPE ) PARENT_SCOPE )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/core/multimaps ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/core/multimaps )
\ No newline at end of file
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