zoukankan      html  css  js  c++  java
  • cmake debug suffix

    Uriah Liggett wrote:
    > I need DLL's compiled in debug mode to have the letter 'd' appended to 
    > their name.  For example doStuffd.dll would be the debug version of 
    > doStuff.dll.  The generator i'm using is Visual Studio 7 .NET 2003.  I 
    > tried changing the DLLHeader.dsptemplate file in the Templates folder 
    > but it doesn't seem to affect anything.  I've also tried explicitly 
    > setting the /OUT: option using CMAKE_SHARED_LINKER_FLAGS_DEBUG but this 
    > was also ignored (never showed up on the command line). What is the best 
    > way to have cmake apply 'd' suffix to all debug dlls?
    
    SET(CMAKE_DEBUG_POSTFIX "d")
    
    -Brad
    
  • 相关阅读:
    SHELL[22]
    SHELL[15]
    SHELL[08]
    SHELL[12]
    SHELL[06]
    SHELL[24]
    SHELL[11]
    shell文件合并、去重
    SHELL[25]
    SHELL[14]
  • 原文地址:https://www.cnblogs.com/justin_s/p/2506505.html
Copyright © 2011-2022 走看看