beginner problems
Krzysztof
kj at limes.com.pl
Wed Feb 22 22:19:38 GMT 2012
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/.
--
Regards
Krzysztof J.
More information about the KDevelop
mailing list