Skip to content

Example of adding SObjectizer to a project via CMake's FetchContent

License

Notifications You must be signed in to change notification settings

Stiffstream/sobjectizer-fetchcontent-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to build:

git clone https://github.com/stiffstream/sobjectizer-fetchcontent-demo
cd sobjectizer-fetchcontent-demo
mkdir cmake_build
cd cmake_build
cmake -DCMAKE_INSTALL_PREFIX=target ..
cmake --build . --config Release --target install
./target/bin/sample.so_5.hello_world

ATTENTION. SObjectizer will be built as a static library. If it's built as shared library then SObjectizer's shared library won't be copied to the appropriate location during install step. It's unknown why. Any help on this topic will be appriciated.

About

Example of adding SObjectizer to a project via CMake's FetchContent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published