Skip to content

Commit

Permalink
Ugh....
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Oct 30, 2019
1 parent 919b75e commit fb8cb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ link_directories(${EXTERNAL_INSTALL_LOCATION}/lib)
add_executable(your_target main.cpp)
target_compile_features(your_target PRIVATE cxx_std_17)
add_dependencies(your_target NetworkDownload)
target_link_libraries(your_target Network)```
target_link_libraries(your_target Network)
```

2. Use it
Expand Down

0 comments on commit fb8cb83

Please sign in to comment.