Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalu committed Feb 14, 2024
1 parent 63b7093 commit a71c0a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ add_library(mio STATIC
${CMAKE_CURRENT_SOURCE_DIR}/source/mio.c
${CMAKE_CURRENT_SOURCE_DIR}/source/obj.c
${CMAKE_CURRENT_SOURCE_DIR}/source/off.c
${CMAKE_CURRENT_SOURCE_DIR}/source/ply.c
${CMAKE_CURRENT_SOURCE_DIR}/source/stl.c
${CMAKE_CURRENT_SOURCE_DIR}/source/third-party/plyfile.c)
${CMAKE_CURRENT_SOURCE_DIR}/source/stl.c)

target_include_directories(mio PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/include)

Expand Down

0 comments on commit a71c0a4

Please sign in to comment.