[CMake] kdevelop3 generator broke

Alexander Neundorf a.neundorf-work at gmx.net
Mon Mar 14 08:04:08 EST 2005


> You can set the variables: 
> CMAKE_(LANG)_CREATE_SHARED_LIBRARY 
> CMAKE_(LANG)_CREATE_STATIC_LIBRARY 
> CMAKE_(LANG)_LINK_EXECUTABLE 
>  
> Where (LANG) can be C CXX, etc. 
>  
> See CMakeCInformation.cmake defaults for C.  
>  
> # now define the following rule variables 
>  
> # CMAKE_C_CREATE_SHARED_LIBRARY 
> # CMAKE_C_CREATE_SHARED_MODULE 
> # CMAKE_C_CREATE_STATIC_LIBRARY 
> # CMAKE_C_COMPILE_OBJECT 
> # CMAKE_C_LINK_EXECUTABLE 
>  
> # variables supplied by the generator at use time 
> # <TARGET> 
> # <TARGET_BASE> the target without the suffix 
> # <OBJECTS> 
> # <OBJECT> 
> # <LINK_LIBRARIES> 
> # <FLAGS> 
> # <LINK_FLAGS> 
>  
> # C compiler information 
> # <CMAKE_C_COMPILER>   
> # <CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS> 
> # <CMAKE_SHARED_MODULE_CREATE_C_FLAGS> 
> # <CMAKE_C_LINK_FLAGS> 
>  
> # Static library tools 
> # <CMAKE_AR>  
> # <CMAKE_RANLIB> 
 
Ok, got it working. I set CMAKE_CXX_LINK_EXECUTABLE to my specific 
command and now it works :-) 
 
Bye 
Alex 
 

-- 
DSL Komplett von GMX +++ Supergünstig und stressfrei einsteigen!
AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.net/de/go/dsl


More information about the CMake mailing list