nappgui_src
nappgui_src copied to clipboard
#include "res_assert.h"
Where is the source for res_assert.h that is found in gui.cpp?
The files res_assert.c and res_assert.h are automatically generated at build time by nrc (NAppGUI Resource Compiler) when running the CMake script. I attach them here, but they are considered "generated code"and not "source code".
More info: https://nappgui.com/en/start/resources.html#h7 https://nappgui.com/en/start/quick.html
Ah. So they get cleaned up by the cmake. Thank you.