diff --git a/src/TNL/Meshes/Topologies/CMakeLists.txt b/src/TNL/Meshes/Topologies/CMakeLists.txt index 713ea3019d457cf1329ceb07463f3670544b595e..0a48820898f5dbd77333659e85b599faccfba19d 100755 --- a/src/TNL/Meshes/Topologies/CMakeLists.txt +++ b/src/TNL/Meshes/Topologies/CMakeLists.txt @@ -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 ) diff --git a/src/TNL/Operators/euler/fvm/CMakeLists.txt b/src/TNL/Operators/euler/fvm/CMakeLists.txt index 5bb5a60326dc16d5c68737cfad59f80f0d4526d0..6a4c06bad92665106d25ce39dce17b880a109f87 100755 --- a/src/TNL/Operators/euler/fvm/CMakeLists.txt +++ b/src/TNL/Operators/euler/fvm/CMakeLists.txt @@ -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 ) diff --git a/src/TNL/Operators/operator-Q/CMakeLists.txt b/src/TNL/Operators/operator-Q/CMakeLists.txt index 877afe471ff0feaa3cfeb1d2a9177787adae2c6c..47788551528364ca5270de02e689a6675014743c 100755 --- a/src/TNL/Operators/operator-Q/CMakeLists.txt +++ b/src/TNL/Operators/operator-Q/CMakeLists.txt @@ -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 ) diff --git a/src/TNL/Operators/operator-curvature/CMakeLists.txt b/src/TNL/Operators/operator-curvature/CMakeLists.txt index 839daf2e8c2bd3cf9ce88d6133b0cb97ea83a1c3..e0112fddb4e132001facffd642d2402f2e869268 100755 --- a/src/TNL/Operators/operator-curvature/CMakeLists.txt +++ b/src/TNL/Operators/operator-curvature/CMakeLists.txt @@ -1,4 +1,4 @@ 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 ) diff --git a/src/TNL/core/containers/CMakeLists.txt b/src/TNL/core/containers/CMakeLists.txt index bc854221fc94d6fe8b48e67fe4220cb47e6b1003..8c0ba550f31b07b4f200e6a7c73ecf30ca21ce10 100755 --- a/src/TNL/core/containers/CMakeLists.txt +++ b/src/TNL/core/containers/CMakeLists.txt @@ -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 ) diff --git a/src/TNL/core/cuda/CMakeLists.txt b/src/TNL/core/cuda/CMakeLists.txt index 245d0d1297a66ebd289728b13b73961bdcffb141..ef2aa0585845351ae2b035c03d32b1ddf83f2e90 100755 --- a/src/TNL/core/cuda/CMakeLists.txt +++ b/src/TNL/core/cuda/CMakeLists.txt @@ -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 ) diff --git a/src/TNL/core/multimaps/CMakeLists.txt b/src/TNL/core/multimaps/CMakeLists.txt index 6d51f89e17ccd1ded0454c105a677ad63abeaef6..59d3ad96256f6f21a05c3c8a2e763e5f997fd0e3 100644 --- a/src/TNL/core/multimaps/CMakeLists.txt +++ b/src/TNL/core/multimaps/CMakeLists.txt @@ -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 )