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

Officially support more typical CMake build folder position #265

Open
ssokolow opened this issue Aug 6, 2024 · 1 comment
Open

Officially support more typical CMake build folder position #265

ssokolow opened this issue Aug 6, 2024 · 1 comment

Comments

@ssokolow
Copy link

ssokolow commented Aug 6, 2024

mkdir ../Retro68-build needlessly clutters up my ~/src/read-only folder by breaking the "one folder, one project" rule unless I add an extra layer of nesting to paths that can already get awkwardly long, so I decided to go for this more typical-for-CMake-projects layout instead:

cd /path/to/checkout/of/Retro68
mkdir build
cd build
../build-toolchain.bash

It seems to work fine for me. Could it be an officially supported option and noted as such in the README?

@autc04
Copy link
Owner

autc04 commented Aug 6, 2024

Yes, there is no reason any more why one shouldn't use a standard layout.

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