Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
c5cfef87
Commit
c5cfef87
authored
Jan 29, 2016
by
Jan Möbius
Browse files
Fixed Typo in cmake install for smoother (Thanks to Takashi Michikawa for the fix).
parent
c486588e
Pipeline
#829
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Tools/CMakeLists.txt
View file @
c5cfef87
...
...
@@ -81,7 +81,7 @@ if ( NOT ACG_PROJECT_MACOS_BUNDLE AND APPLE )
FILE
(
GLOB files_install_Decimater
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Decimater/*.hh"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Decimater/*T.cc"
)
FILE
(
GLOB files_install_Dualizer
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Dualizer/*.hh"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Dualizer/*T.cc"
)
FILE
(
GLOB files_install_KERNEL_OSG
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Kernel_OSG/*.hh"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Kernel_OSG/*T.cc"
)
FILE
(
GLOB files_install_Smoother
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Smoother/*.hh"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
Decimat
er/*T.cc"
)
FILE
(
GLOB files_install_Smoother
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Smoother/*.hh"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
Smooth
er/*T.cc"
)
FILE
(
GLOB files_install_Subdivider_Adaptive
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Subdivider/Adaptive/Composite/*.hh"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Subdivider/Adaptive/Composite/*T.cc"
)
FILE
(
GLOB files_install_Subdivider_Uniform
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Subdivider/Uniform/*.hh"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Subdivider/Uniform/*T.cc"
)
FILE
(
GLOB files_install_Subdivider_Uniform_Composite
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Subdivider/Uniform/Composite/*.hh"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/Subdivider/Uniform/Composite/*T.cc"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment