mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-24 17:18:33 +02:00
Change CMake package name of C++ library to msgpackc-cxx
This commit is contained in:
parent
6c78b521b4
commit
0726c3d930
@ -4,7 +4,7 @@ project(test-install LANGUAGES CXX)
|
|||||||
|
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
|
||||||
find_package(msgpack REQUIRED)
|
find_package(msgpackc-cxx REQUIRED)
|
||||||
|
|
||||||
add_executable(test-install simple.cpp)
|
add_executable(test-install simple.cpp)
|
||||||
target_link_libraries(test-install PRIVATE msgpackc-cxx)
|
target_link_libraries(test-install PRIVATE msgpackc-cxx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user