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
MeshTriangleTopology.h
MeshVertexTopology.h )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/mesh/topologies )
\ No newline at end of file
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Meshes/Topologies )
......@@ -13,4 +13,4 @@ set( tnl_schemes_euler_fvm_SOURCES
${common_SOURCES}
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
tnlFiniteVolumeOperatorQ.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
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
${CURRENT_DIR}/tnlStaticContainer_impl.cpp
PARENT_SCOPE )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/core/containers )
\ No newline at end of file
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/core/containers )
......@@ -43,4 +43,4 @@ set( tnl_core_cuda_SOURCES
${CURRENT_DIR}/cuda-prefix-sum_impl.cpp
PARENT_SCOPE )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/core/cuda )
\ No newline at end of file
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/core/cuda )
......@@ -17,4 +17,4 @@ set( tnl_core_multimaps_SOURCES
${common_SOURCES}
PARENT_SCOPE )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/core/multimaps )
\ No newline at end of file
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/core/multimaps )
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