Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
iMSTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Boeckel
iMSTK
Commits
9e4f7704
Commit
9e4f7704
authored
4 years ago
by
Andrew Wilson
Browse files
Options
Downloads
Patches
Plain Diff
BUG: Fix for build without haptics
parent
08a4757d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Examples/CameraController/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Examples/CameraController/CMakeLists.txt
Examples/Interactions/LevelSet-Rigid/CMakeLists.txt
+15
-13
15 additions, 13 deletions
Examples/Interactions/LevelSet-Rigid/CMakeLists.txt
with
16 additions
and
14 deletions
Examples/CameraController/CMakeLists.txt
+
1
−
1
View file @
9e4f7704
...
...
@@ -15,8 +15,8 @@
# limitations under the License.
#
###########################################################################
if
(
iMSTK_USE_OpenHaptics
)
if
(
iMSTK_USE_OpenHaptics
)
project
(
Example-CameraController
)
#-----------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Examples/Interactions/LevelSet-Rigid/CMakeLists.txt
+
15
−
13
View file @
9e4f7704
...
...
@@ -16,19 +16,21 @@
#
###########################################################################
project
(
Example-LevelSet-RigidInteraction
)
if
(
iMSTK_USE_OpenHaptics
)
project
(
Example-LevelSet-RigidInteraction
)
#-----------------------------------------------------------------------------
# Create executable
#-----------------------------------------------------------------------------
imstk_add_executable
(
${
PROJECT_NAME
}
LevelSet-RigidInteractionExample.cpp
)
#-----------------------------------------------------------------------------
# Create executable
#-----------------------------------------------------------------------------
imstk_add_executable
(
${
PROJECT_NAME
}
LevelSet-RigidInteractionExample.cpp
)
#-----------------------------------------------------------------------------
# Add the target to Examples folder
#-----------------------------------------------------------------------------
SET_TARGET_PROPERTIES
(
${
PROJECT_NAME
}
PROPERTIES FOLDER Examples/Haptics
)
#-----------------------------------------------------------------------------
# Add the target to Examples folder
#-----------------------------------------------------------------------------
SET_TARGET_PROPERTIES
(
${
PROJECT_NAME
}
PROPERTIES FOLDER Examples/Haptics
)
#-----------------------------------------------------------------------------
# Link libraries to executable
#-----------------------------------------------------------------------------
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager Filtering
)
#-----------------------------------------------------------------------------
# Link libraries to executable
#-----------------------------------------------------------------------------
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager Filtering
)
endif
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment