Skip to content

Commit

Permalink
Refactor CmakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoguita committed Dec 10, 2020
1 parent ac0474a commit 2d4fb93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ file(GLOB INC include/*)
add_library(ibme STATIC ${SRC} ${INC})

target_include_directories(ibme PUBLIC include)
#target_link_libraries(ibme)

install(TARGETS ibme DESTINATION lib)
install(FILES ${INC} DESTINATION include/ibme)
Expand Down

0 comments on commit 2d4fb93

Please sign in to comment.