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
Hey,
I'm trying to build the engine through CMake, but since the test folder lacks a CMakeLists.txt in the folder, I cant finish building.
The text was updated successfully, but these errors were encountered:
Edit HPL2/core/CMakeLists.txt and remove the line at the bottom with add_subdirectory(../tests tests), then you can continue.
HPL2/core/CMakeLists.txt
add_subdirectory(../tests tests)
Sorry, something went wrong.
Merge pull request #8 from TiManGames/chore/vscode-build-setup
ca6b4ac
Fixed CMake warning and added VS Code ignores
No branches or pull requests
Hey,
I'm trying to build the engine through CMake, but since the test folder lacks a CMakeLists.txt in the folder, I cant finish building.
The text was updated successfully, but these errors were encountered: