Nothification Exaple can't be build

Hello all, nice to meet you!
I have the following problem with one of your examples from the following link:
PLCnext/CppExamples: Collection of various C++ sample code for PLCnext Technology controllers. (github.com)The example is for Notification Example.
I get and follow the descriptions in readme file as a part from Notification example folder. I got to the following execution:
image.png

plcncli generate all
plcncli build

When I run them I get the following errors :
Is there some workaround about them, and how I can resolve them ?
Thanks in advance!

Please make sure the project settings refer to the target corresponding to the SDK(s) that you have installed.
You can add and remove targets to/from the project using commands like this:
Add target to project:
plcncli set target --add -n axcf2152 -v 2024.0
Remove target from project:
plcncli set target --remove --name axcf2152

Thanks about quick and ontime answer. I did what you mentioned in you suggestion. Now I faced with other issses relates to the compilation of the project. I attached the log to related erroro amsseages.
NotificationExampleErrorLog.txtDo you have some advices based on them ?

NotificationExampleErrorLog.txt

I found other thik which make me a little bit confused on this stage. In the following code snippet, generated by
plcncli generate all

the compilator can’t find prottype for MataLibraryBase constructor. When I serach about MataLibraryBase class deffinition I found only one which do not provide me needed constructor prototype:
where I can find the correct prototype declaration, used in Notification Example ?

I understand that this problem relates to a specialised project that you are working on, and it is not a problem that any other plcncli users will see. Someone will contact you privately about this issue.