How can I include the C++ Actor Framework in an Xcode Project? -
i followed instructions here , tests passed i'm unsure of files need add xcode project. have following:
libcaf_core/caf has bunch of hpp files such all.hpp
but build/lib folder has dylib files:
can tell me how add caf existing project?
i installed caf homebrew set header , library paths:
headerpath="/usr/local/include"
and:
librarypath="/usr/local/lib"
i added dylib files:
libcaf_core.0.15.3 libcaf_io.0.15.3


Comments
Post a Comment