Skip to content

Commit

Permalink
rm other bin
Browse files Browse the repository at this point in the history
  • Loading branch information
alecjacobson committed Aug 22, 2020
1 parent 6b40bb0 commit a4075d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ find_package(LIBIGL REQUIRED QUIET)

# Add your project files
file(GLOB SRCFILES *.cpp)
add_executable(${PROJECT_NAME}_bin ${SRCFILES})
add_executable(${PROJECT_NAME} ${SRCFILES})
target_link_libraries(${PROJECT_NAME} igl::core igl::opengl_glfw)

0 comments on commit a4075d4

Please sign in to comment.