Skip to content

Commit

Permalink
Link libdxfrw against libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roméo authored Dec 27, 2018
1 parent 4587468 commit 0701563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ foreach(dir ${dirs})
endforeach()

add_library(dxfrw SHARED ${libdxfrw_srcs} ${libdxfrw_hdrs})
target_link_libraries(dxfrw stdc++)

# INSTALLATION
install(TARGETS dxfrw DESTINATION lib)
Expand Down

0 comments on commit 0701563

Please sign in to comment.