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
When i run make i get the following error:
-- Configuring done CMake Error at /Users/fabian/Documents/mac/Retro68-build/toolchain/m68k-apple-macos/cmake/add_application.cmake:46 (add_executable): Cannot find source file: /Users/fabian/Documents/mac/MacPlayer/Keys.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx Call Stack (most recent call first): CMakeLists.txt:6 (add_application) CMake Error at /Users/fabian/Documents/mac/Retro68-build/toolchain/m68k-apple-macos/cmake/add_application.cmake:46 (add_executable): No SOURCES given to target: MacPlayer Call Stack (most recent call first): CMakeLists.txt:6 (add_application) CMake Generate step failed. Build files cannot be regenerated correctly.
I see that Keys.cpp is in .gitignore, any idea of what to do?
.gitignore
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i run make i get the following error:
I see that Keys.cpp is in
.gitignore
, any idea of what to do?The text was updated successfully, but these errors were encountered: