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
reneX
iMSTK
Commits
c0dd48af
Commit
c0dd48af
authored
Aug 21, 2019
by
Sreekanth Arikatla
Browse files
BUG: Use the correct utility library name
parent
c4c1d023
Changes
4
Hide whitespace changes
Inline
Side-by-side
Examples/BoneDrilling/CMakeLists.txt
View file @
c0dd48af
...
@@ -36,11 +36,11 @@ if(iMSTK_USE_OMNI)
...
@@ -36,11 +36,11 @@ if(iMSTK_USE_OMNI)
if
(
UNIX
)
if
(
UNIX
)
target_link_libraries
(
${
PROJECT_NAME
}
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager
SimulationManager
apiUtils
)
apiUtil
itie
s
)
else
()
else
()
target_link_libraries
(
${
PROJECT_NAME
}
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager
SimulationManager
apiUtils
apiUtil
itie
s
SFML
)
SFML
)
endif
()
endif
()
...
...
Examples/CameraController/CMakeLists.txt
View file @
c0dd48af
...
@@ -32,7 +32,7 @@ if(iMSTK_USE_OMNI)
...
@@ -32,7 +32,7 @@ if(iMSTK_USE_OMNI)
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Link libraries to executable
# Link libraries to executable
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtils
)
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtil
itie
s
)
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Add shaders
# Add shaders
...
...
Examples/GUIOverlay/CMakeLists.txt
View file @
c0dd48af
...
@@ -33,7 +33,7 @@ if(iMSTK_USE_Vulkan)
...
@@ -33,7 +33,7 @@ if(iMSTK_USE_Vulkan)
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Link libraries to executable
# Link libraries to executable
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtils
)
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtil
itie
s
)
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Add shaders
# Add shaders
...
...
Examples/ObjectController/CMakeLists.txt
View file @
c0dd48af
...
@@ -38,6 +38,6 @@ if(iMSTK_USE_OMNI)
...
@@ -38,6 +38,6 @@ if(iMSTK_USE_OMNI)
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Link libraries to executable
# Link libraries to executable
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtils
)
target_link_libraries
(
${
PROJECT_NAME
}
SimulationManager apiUtil
itie
s
)
endif
()
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