Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Staging
Commits
c753790d
Commit
c753790d
authored
Feb 07, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to follow global updates
parent
7fe75ff5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
Plugin-PoissonReconstruction/CMakeLists.txt
Plugin-PoissonReconstruction/CMakeLists.txt
+4
-5
Plugin-TangentSpace/CMakeLists.txt
Plugin-TangentSpace/CMakeLists.txt
+3
-1
PluginCollection-FilePlugins/Plugin-Assimp/CMakeLists.txt
PluginCollection-FilePlugins/Plugin-Assimp/CMakeLists.txt
+2
-1
PluginCollection-FilePlugins/Plugin-Assimp/tests/CMakeLists.txt
...Collection-FilePlugins/Plugin-Assimp/tests/CMakeLists.txt
+1
-1
No files found.
Plugin-PoissonReconstruction/CMakeLists.txt
View file @
c753790d
include
(
plugin
)
if
(
EXISTS
${
CMAKE_SOURCE_DIR
}
/ObjectTypes/SplatCloud
)
add_definitions
(
-DENABLE_SPLATCLOUD_SUPPORT
)
endif
()
openflipper_plugin
(
DIRS PoissonReconstruction INSTALLDATA Icons
)
openflipper_plugin
(
DIRS PoissonReconstruction
INSTALLDATA Icons
TYPES TRIANGLEMESH
OPT_TYPES SPLATCLOUD
)
Plugin-TangentSpace/CMakeLists.txt
View file @
c753790d
include
(
plugin
)
openflipper_plugin
(
OPTDEPS EIGEN3 INSTALLDATA Icons
)
openflipper_plugin
(
OPTDEPS EIGEN3
INSTALLDATA Icons
TYPES POLYMESH
)
PluginCollection-FilePlugins/Plugin-Assimp/CMakeLists.txt
View file @
c753790d
include
(
plugin
)
openflipper_plugin
(
DEPS ASSIMP
)
openflipper_plugin
(
DEPS ASSIMP
TYPES POLYMESH
)
PluginCollection-FilePlugins/Plugin-Assimp/tests/CMakeLists.txt
View file @
c753790d
...
...
@@ -3,7 +3,7 @@ if(NOT ${ASSIMP_LIBRARY} STREQUAL "ASSIMP_LIBRARY-NOTFOUND")
# Include Testing package
if
(
BUILD_TESTING
)
include
(
${
CMAKE_SOURCE_DIR
}
/tests/testGenerators.cmake
)
include
(
${
CMAKE_SOURCE_DIR
}
/
OpenFlipper/
tests/testGenerators.cmake
)
# ========================================================================
# ========================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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