Page 1 of 2

CMakeList for c++ project with NoesisGUI

Posted: 21 May 2019, 09:29
by ducdanganhit
Hello,
I am a newbie to NoesisGUI. Does anyone have CMakeList file example for project with NoesisGUI? I am running on Ubuntu, so I cant use Visual Studio on it.
I am going to create desktop app on Ubuntu using NoesisGUI.

Thanks in advanced!

Re: CMakeList for c++ project with NoesisGUI

Posted: 21 May 2019, 09:32
by jsantos
CMake is not supported in our examples. We provide makefiles for Linux.

Re: CMakeList for c++ project with NoesisGUI

Posted: 21 May 2019, 09:37
by ducdanganhit
CMake is not supported in our examples. We provide makefiles for Linux.
Thanks for replying. Does Noesis have plan to create an example using CMake?

Re: CMakeList for c++ project with NoesisGUI

Posted: 21 May 2019, 09:39
by jsantos

Re: CMakeList for c++ project with NoesisGUI

Posted: 21 May 2019, 10:20
by ducdanganhit
Image
I've created my CMakeList file. it worked.

Re: CMakeList for c++ project with NoesisGUI

Posted: 21 May 2019, 10:45
by jsantos
Awesome! could you share the CMakeList ?

Re: CMakeList for c++ project with NoesisGUI

Posted: 21 May 2019, 11:19
by ducdanganhit
Awesome! could you share the CMakeList ?
I am editing CMakeList to generate "*.xaml.bin.h" automatically. I will share this simple project when it done.

Re: CMakeList for c++ project with NoesisGUI

Posted: 21 May 2019, 11:28
by jsantos
Thank you!

Re: CMakeList for c++ project with NoesisGUI

Posted: 17 Jun 2019, 09:14
by ducdanganhit
Sorry! I forgot to upload this CMake project:
You can find the simplest example here: https://github.com/ducdanganhit/hello-noesis-gui

In this version, you have to copy these libs into system.

Re: CMakeList for c++ project with NoesisGUI

Posted: 18 Jun 2019, 16:56
by jsantos
Thanks for the contribution!