You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under "Setup application build dependencies", option 2, "Create a build workspace with the BDE libraries...", it should mention that the top level CMakeLists.txt will need to be modified to include add_subdirectory(<path_to_bde>)
Under "Configure, build and test your application", this command: bbs_build configure build --target my_app needs to be run from where the top level CMakeLists.txt is. It's a little unclear since the previous command cds into the bde directory
Thanks for putting this toolset and documentation together, it's valuable and helpful
The text was updated successfully, but these errors were encountered:
The documentation has a couple of minor improvements to be made in the section about building a simple application.
my_app.m.cpp:20
bsl::cout
requires#include <bsl_iostream.h>
CMakeLists.txt
will need to be modified to includeadd_subdirectory(<path_to_bde>)
bbs_build configure build --target my_app
needs to be run from where the top levelCMakeLists.txt
is. It's a little unclear since the previous commandcd
s into the bde directoryThanks for putting this toolset and documentation together, it's valuable and helpful
The text was updated successfully, but these errors were encountered: