Added rpath
This commit is contained in:
parent
5159cdce30
commit
d60c55fec5
|
@ -76,4 +76,9 @@ if(${BUILD_EXAMPLES})
|
||||||
foreach(sample ${samples})
|
foreach(sample ${samples})
|
||||||
add_subdirectory(examples/${sample})
|
add_subdirectory(examples/${sample})
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
install(
|
||||||
|
ALLOW_DUPLICATE_CUSTOM_TARGETS openglu
|
||||||
|
LIBRARY DESTINATION lib
|
||||||
|
)
|
Loading…
Reference in a new issue