Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armaan Sethi
iMSTK
Commits
744321ae
Commit
744321ae
authored
Aug 21, 2019
by
Sreekanth Arikatla
Browse files
Merge branch 'bugFixUtils' into 'master'
BUG: Use the correct utility library name See merge request
iMSTK/iMSTK!363
parents
c4c1d023
c0dd48af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Examples/BoneDrilling/CMakeLists.txt
View file @
744321ae
...
...
@@ -36,11 +36,11 @@ if(iMSTK_USE_OMNI)
if
(
UNIX
)
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager
apiUtils
)
apiUtil
itie
s
)
else
()
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager
apiUtils
apiUtil
itie
s
SFML
)
endif
()
...
...
Examples/CameraController/CMakeLists.txt
View file @
744321ae
...
...
@@ -32,7 +32,7 @@ if(iMSTK_USE_OMNI)
#-----------------------------------------------------------------------------
# Link libraries to executable
#-----------------------------------------------------------------------------
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtils
)
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtil
itie
s
)
#-----------------------------------------------------------------------------
# Add shaders
...
...
Examples/GUIOverlay/CMakeLists.txt
View file @
744321ae
...
...
@@ -33,7 +33,7 @@ if(iMSTK_USE_Vulkan)
#-----------------------------------------------------------------------------
# Link libraries to executable
#-----------------------------------------------------------------------------
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtils
)
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtil
itie
s
)
#-----------------------------------------------------------------------------
# Add shaders
...
...
Examples/ObjectController/CMakeLists.txt
View file @
744321ae
...
...
@@ -38,6 +38,6 @@ if(iMSTK_USE_OMNI)
#-----------------------------------------------------------------------------
# Link libraries to executable
#-----------------------------------------------------------------------------
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtils
)
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtil
itie
s
)
endif
()
\ No newline at end of file
Write
Preview
Supports
Markdown
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