Skip to content

Commit

Permalink
fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
kuai6 committed Mar 1, 2018
1 parent 1af51c4 commit 522622f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ set(SOURCES
${HEADERS}
${CMAKE_CURRENT_SOURCE_DIR}/url.cpp)

add_library(cxxurl SHARED ${SOURCES})
set_target_properties(cxxurl PROPERTIES SOVERSION 1)
set_target_properties(cxxurl PROPERTIES PUBLIC_HEADER url.hpp)
add_library(CxxUrl SHARED ${SOURCES})
set_target_properties(CxxUrl PROPERTIES SOVERSION 1)
set_target_properties(CxxUrl PROPERTIES PUBLIC_HEADER url.hpp)

0 comments on commit 522622f

Please sign in to comment.