Skip to content

Commit

Permalink
actually remove submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer committed Apr 3, 2022
1 parent 1a82edd commit e1b5348
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "external/assimp"]
path = external/assimp
url = https://github.com/NcStudios/assimp.git
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ target_compile_options(NcAssetBuilder
target_include_directories(NcAssetBuilder
PRIVATE
${PROJECT_SOURCE_DIR}/source
${PROJECT_SOURCE_DIR}/external
${PROJECT_SOURCE_DIR}/external/assimp/include
)

target_link_libraries(NcAssetBuilder
PRIVATE
${PROJECT_SOURCE_DIR}/libassimp.dll.a
${PROJECT_SOURCE_DIR}/external/assimp/lib/assimp.lib
)

add_subdirectory(source)
Binary file removed libassimp.dll
Binary file not shown.
Binary file removed libassimp.dll.a
Binary file not shown.

0 comments on commit e1b5348

Please sign in to comment.