We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does anyone know how to correct the following?
When I ran >> cmake -S ./src -B ./build
Output >> CMake Error at C:/Users/Alex/Documents/code/nappgui_src/prj/CMakeFunctions.cmake:507 (add_executable): No SOURCES given to target: GuiHello Call Stack (most recent call first): C:/Users/Alex/Documents/code/nappgui_src/prj/CMakeFunctions.cmake:785 (processTarget) C:/Users/Alex/Documents/code/nappgui_src/prj/CMakeFunctions.cmake:1225 (windowsBundle) howto/guihello/CMakeLists.txt:1 (processDesktopApp)
CMake Generate step failed. Build files cannot be regenerated correctly. How do I setup Visual Studio or CMAke on Windows to build the project? Thanks
The text was updated successfully, but these errors were encountered:
Hi @alexVertex It seems that the demo project /howto/guihello has been deleted from /src.
/howto/guihello
/src
Sorry, something went wrong.
Thanks, the problem was the cyrillic characters in the path and it's a cmake problem.
frang75
No branches or pull requests
Does anyone know how to correct the following?
When I ran >> cmake -S ./src -B ./build
Output >> CMake Error at C:/Users/Alex/Documents/code/nappgui_src/prj/CMakeFunctions.cmake:507 (add_executable):
No SOURCES given to target: GuiHello
Call Stack (most recent call first):
C:/Users/Alex/Documents/code/nappgui_src/prj/CMakeFunctions.cmake:785 (processTarget)
C:/Users/Alex/Documents/code/nappgui_src/prj/CMakeFunctions.cmake:1225 (windowsBundle)
howto/guihello/CMakeLists.txt:1 (processDesktopApp)
CMake Generate step failed. Build files cannot be regenerated correctly.
How do I setup Visual Studio or CMAke on Windows to build the project? Thanks
The text was updated successfully, but these errors were encountered: