[CMake] Trying to build a software for Android that uses CMake

2018-02-10 Thread Erico P
Hello, I am trying to build the Adventure Game Studio engine for Android. It depends on allegro-4.4.2. Unfortunately, Allegro-4.4.2 is failing with errors for me: CMake Error at CMakeLists.txt:962 (get_target_property): get_target_property() called with non-existent target "allegrogl".

Re: [CMake] Problem compiling commander-genius (cross compiling)

2018-02-10 Thread AmigaBlitter
Thank you for the reply. I tried using CMAKE_SYSROOT but i get this: amidev@AMIGAONE:~/Software/Development/Commander-Genius$ cmake -DCMAKE_TOOLCHAIN_FILE=amiga-toolchain.cmake -DUSE_SDL2=yes -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error at

Re: [CMake] Question about eclipse

2018-02-10 Thread Martin Weber
On Donnerstag, 8. Februar 2018 02:42:13 CET jaeho jo wrote: > Hi! I have a Question aboue eclipse. > > I have a one C project in eclipse. > > I have built this project only using eclipse so far. > > I want to build thid C project using cmake > > Should I write the CMakeLists.txt file myself??