cxx build with cmake doesn't install cxx #1013
Replies: 1 comment
-
I figured it out. I had to build IceOryx 1 for IceOryx2 C++ binding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After building with CMake, The cxx examples work fine.
However, cmake_install does not export cxx dll and cxxConfig.make. Please any help would be appreciated.
───iceoryx2
├───include
│ └───iceoryx2
│ └───v0.6.1
│ └───iox2
│ iceoryx2.h
│
├───lib
│ │ iceoryx2_ffi_c.dll
│ │ iceoryx2_ffi_c.dll.lib
│ │ iceoryx2_ffi_c.lib
│ │
│ └───cmake
│ ├───iceoryx2-c
│ │ iceoryx2-cConfig.cmake
│ │ iceoryx2-cConfigVersion.cmake
│ │ iceoryx2-cTargets.cmake
│ │
│ └───iceoryx2-cmake-modules
│ │ iceoryx2-cmake-modulesConfig.cmake
│ │ iceoryx2-cmake-modulesConfigVersion.cmake
│ │
│ └───modules
│ Iceoryx2CommonOptionsAndParams.cmake
│ Iceoryx2GTest.cmake
│ Iceoryx2OptionAndParamMacros.cmake
│ Iceoryx2PlatformSettings.cmake
│ Iceoryx2Sanitizer.cmake
│ Iceoryx2TestOptionsAndParams.cmake
│
└───share
└───doc
├───iceoryx2-c
│ LICENSE-APACHE
│ LICENSE-MIT
│
└───iceoryx2-cmake-modules
LICENSE-APACHE
LICENSE-MIT
windows 11
cmake -S . -B target/build -G "Visual Studio 17 2022" -A x64 -DBUILD_EXAMPLES=ON -DBUILD_CXX_BINDING=ON
cmake --build target/build --config Release
Beta Was this translation helpful? Give feedback.
All reactions