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

Build ends up in bin/bin directory #30

Open
stuaxo opened this issue Jul 30, 2016 · 1 comment
Open

Build ends up in bin/bin directory #30

stuaxo opened this issue Jul 30, 2016 · 1 comment

Comments

@stuaxo
Copy link

stuaxo commented Jul 30, 2016

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

@Shervanator
Copy link
Owner

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants