I am trying to build the sample mobile application "Text" (Sample/Mobile v3.0/C,C++/UI/(DALi) Text) from the command line. The result is empty build as follows:
>tizen build-native -a x86 -c llvm -C Debug -- .
Total time: 00:00:00.192
However, the CLI build of the sample wearable application "CairoShowText" (Sample/Wearable v3.0/C,C++/Graphics/Cairo Show Text) using the same command works.
Can anyone help what should be the command to build "Text" from CLI?