actually use the in-tree, patched version of nng
This commit is contained in:
parent
980386152f
commit
51441ff6e3
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
find_package(nng CONFIG REQUIRED)
|
|
||||||
find_package(Threads)
|
find_package(Threads)
|
||||||
add_executable(doompanning doompanning.cc)
|
add_executable(doompanning doompanning.cc)
|
||||||
target_link_libraries(doompanning
|
target_link_libraries(doompanning
|
||||||
PRIVATE nng::nng
|
PRIVATE nng
|
||||||
PRIVATE spdlog::spdlog
|
PRIVATE spdlog::spdlog
|
||||||
|
PRIVATE Threads::Threads
|
||||||
)
|
)
|
||||||
target_compile_features(doompanning PRIVATE cxx_std_17)
|
target_compile_features(doompanning PRIVATE cxx_std_17)
|
||||||
|
|
Loading…
Reference in a new issue