On Sun, Jun 24, 2012 at 5:57 AM, Heena Mahur <[email protected]> wrote: > Hey,I need to that what should i do in > cmakelists.txt http://pastebin.com/raw.php?i=BGV9NAmQ since i am getting > this error (target_link_libraries): Cannot specify link libraries for > target "ptedit_1" which is not built by this project. > Please suggest the errors and the suggested commands in detail .I am a > beginer > Reagards > Bye
put the kde4_add_executable line before the target_link_libraries line. John -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
