beginner problems
Kishore
kitts.mailinglists at gmail.com
Thu Feb 23 04:53:46 GMT 2012
On Wednesday 22 Feb 2012 11:19:38 PM Krzysztof wrote:
> Could someone help me and tell what's wrong?
>
> My CMakeLists.txt looks like this:
>
> project(kjlib)
>
>
> add_library(kjlib STATIC PArgI.c PArgO.c PArgPA.c PArgRO.c PArgU.c)
>
>
> and the message after build command is this:
>
> /home/Documents/Projects/libraries/build> make kjlib
> make: *** No rule to make target `kjlib'. Stop.
> *** Failed ***
>
> CMakeLists.txt and sources are in the same folder:
> /home/Documents/Projects/libraries/.
Looks like the configure step failed and hence there is no proper Makefile that
was generated.
--
Cheers!
Kishore
Ps: You should ideally take this query to the CMake mailing lists
More information about the KDevelop
mailing list