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
I built this on Ubuntu and the output directory seems a bit odd
I ran:
mkdir build cd build cmake .. make cd ..
The ended up with a directory bin/bin - it seems like it should just be bin
bin/bin
bin
The text was updated successfully, but these errors were encountered:
yeah its because of this line: https://github.com/Shervanator/Engine/blob/master/CMakeLists.txt#L26 but if i remember correctly i had to do this to get on of the dependencies compiling properly :( i think it should be possible to clean up though..
Sorry, something went wrong.
No branches or pull requests
I built this on Ubuntu and the output directory seems a bit odd
I ran:
The ended up with a directory
bin/bin
- it seems like it should just bebin
The text was updated successfully, but these errors were encountered: