Skip to content

Commit 2f07365

Browse files
committed
fixed mingw build
1 parent 21027a8 commit 2f07365

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
9292
target_link_libraries(KoRE glew32)
9393

9494
add_library( assimp STATIC IMPORTED)
95-
set_target_properties( assimp PROPERTIES IMPORTED_LOCATION ${CMAKE_LIBRARY_PATH}/libassimp.a )
95+
set_target_properties( assimp PROPERTIES IMPORTED_LOCATION ${CMAKE_LIBRARY_PATH}/libassimp.dll )
9696

9797
target_link_libraries(KoRE opengl32)
9898
else()

mingw32-dependencies.rar

5.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)