diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a91bcb9eb..b914aa61d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -601,7 +601,7 @@ if((CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) AND BUILD_TESTING) endif() # Installation of library -install(TARGETS IrrlichtMt tinygltf +install(TARGETS IrrlichtMt EXPORT IrrlichtMt-export DESTINATION "${CMAKE_INSTALL_LIBDIR}" )