We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21027a8 commit 2f07365Copy full SHA for 2f07365
CMakeLists.txt
@@ -92,7 +92,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
92
target_link_libraries(KoRE glew32)
93
94
add_library( assimp STATIC IMPORTED)
95
- set_target_properties( assimp PROPERTIES IMPORTED_LOCATION ${CMAKE_LIBRARY_PATH}/libassimp.a )
+ set_target_properties( assimp PROPERTIES IMPORTED_LOCATION ${CMAKE_LIBRARY_PATH}/libassimp.dll )
96
97
target_link_libraries(KoRE opengl32)
98
else()
mingw32-dependencies.rar
5.4 MB
0 commit comments