Skip to content
Snippets Groups Projects
Commit 0f65350a authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

REFAC: Add shaders to examples where its missing

parent 23f839ba
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,12 @@ project(Example-PBDCloth)
#-----------------------------------------------------------------------------
add_executable(${PROJECT_NAME} pbdClothExample.cpp)
#-----------------------------------------------------------------------------
# Add shaders
#-----------------------------------------------------------------------------
include(imstkCopyAndCompileShaders)
CopyAndCompileShaders()
#-----------------------------------------------------------------------------
# Link libraries to executable
#-----------------------------------------------------------------------------
......
......@@ -23,6 +23,12 @@ project(Example-PBDCollision)
#-----------------------------------------------------------------------------
add_executable(${PROJECT_NAME} PBDCollisionExample.cpp)
#-----------------------------------------------------------------------------
# Add shaders
#-----------------------------------------------------------------------------
include(imstkCopyAndCompileShaders)
CopyAndCompileShaders()
#-----------------------------------------------------------------------------
# Link libraries to executable
#-----------------------------------------------------------------------------
......
......@@ -27,6 +27,12 @@ add_executable(${PROJECT_NAME} PBDFluidsExample.cpp)
# Link libraries to executable
#-----------------------------------------------------------------------------
target_link_libraries(${PROJECT_NAME} SimulationManager)
#-----------------------------------------------------------------------------
# Add shaders
#-----------------------------------------------------------------------------
include(imstkCopyAndCompileShaders)
CopyAndCompileShaders()
#-----------------------------------------------------------------------------
# Associate external data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment