-
Notifications
You must be signed in to change notification settings - Fork 17
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
Need Official CMAKE Script for Prebuilt Libraries #346
Comments
Just to make things clear: why don't you consider using *official* way of importing aui?
|
I cann't get Release build to work, moreover it take time to build AUI on my old i7 3770K [Around 20 Minutes] |
Where to specify |
It's not about Visual Studio, it’s about cmake. I assume you are running cmake from console before opening the project. |
Not really i made a Cmake app from Visual studio and copied official CMAKE AUI Boot Script to CMAKEList.txt, made a src directory , ran build all and it worked. [Please see the CMAKELIST which i highlighted], then i ran build all it worked I never used CMAKE outside Visual studio environment, shall i run CMAKE from Visual Studio Native CMD next time? |
I also found -G"ninja" in my log, |
I tried to make my own CMAKE Script for Visual Studio 2022, but i failed to make it build
With official AUI BOOT Script given in readme.md, i managed to make a simple app so i consider it a success, but a official working method for pre-built binary is needed.
![AUI](https://private-user-images.githubusercontent.com/153849991/382575833-fa9b531d-3066-4487-8bd3-f99198296c5f.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODUwMzksIm5iZiI6MTczOTE4NDczOSwicGF0aCI6Ii8xNTM4NDk5OTEvMzgyNTc1ODMzLWZhOWI1MzFkLTMwNjYtNDQ4Ny04YmQzLWY5OTE5ODI5NmM1Zi5QTkc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMDUyMTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lNTJkMzEwYWEwNjAxYzg5MmJlZWU2MDkzZDBkYTJiNjg3MjA5ZDEzYjc0NzI2ZDNkZTY4MDk3NmQ3ZGE5ZTU3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.lGltOYGdiQygmUyu--jaSYcXDOmJ7EaKZDerwqVv-CY)
The text was updated successfully, but these errors were encountered: