Skip to content

Commit

Permalink
Got rid of unnecessary folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Oct 30, 2019
1 parent 075d39f commit 16baade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ target_include_directories(Network PUBLIC ${PROJECT_SOURCE_DIR}/include)

set_property(GLOBAL PROPERTY Network_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set_target_properties(Network PROPERTIES
VERSION 2.0.2
VERSION 3.0.0
PUBLIC_HEADER "include/Network.hpp")

INSTALL(TARGETS Network
LIBRARY DESTINATION lib
PUBLIC_HEADER DESTINATION include/wtlgo/Network
PUBLIC_HEADER DESTINATION include/wtlgo
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ target_link_libraries(your_target Network)
2. Use it
```C++
#include <iostream>
#include <wtlgo/Network/Network.hpp>
#include <wtlgo/Network.hpp>

using Network = wtlgo::Network;

Expand Down

0 comments on commit 16baade

Please sign in to comment.