Skip to content
New issue

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

Building in Windows enviropment #73

Closed
alexVertex opened this issue Oct 22, 2023 · 2 comments
Closed

Building in Windows enviropment #73

alexVertex opened this issue Oct 22, 2023 · 2 comments
Assignees

Comments

@alexVertex
Copy link

alexVertex commented Oct 22, 2023

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

@frang75
Copy link
Owner

frang75 commented Oct 23, 2023

Hi @alexVertex
It seems that the demo project /howto/guihello has been deleted from /src.

@alexVertex
Copy link
Author

Thanks, the problem was the cyrillic characters in the path and it's a cmake problem.

@frang75 frang75 self-assigned this Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants