Changeset 5cd6bcf in nscp for libs


Ignore:
Timestamp:
06/10/10 21:59:32 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
5735dda
Parents:
acf0660
Message:

More build subsystem changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libs/cryptopp/CMakeLists.txt

    r47bcf6f r5cd6bcf  
    2929  # TODO add asm    echo $(.source)/x64masm.asm ; 
    3030  #   obj x64masm.obj : $(.source)/x64masm.asm ; 
     31  #enable_language(ASM_MASM) 
     32  #if(CMAKE_ASM_MASM_COMPILER_WORKS) 
     33  # set(can_use_assembler TRUE) 
     34  # SET(cryptopp_SOURCES ${cryptopp_SOURCES}  "${CRYPTOPP_SOURCE_DIR}/x64masm.asm") 
     35  #else(CMAKE_ASM_MASM_COMPILER_WORKS) 
     36  # MESSAGE(WARNING "Failed to find mnasm") 
     37  #endif(CMAKE_ASM_MASM_COMPILER_WORKS) 
     38  IF (WIN32) 
     39    ADD_DEFINITIONS (-DCRYPTOPP_DISABLE_ASM) 
     40    SET(Cryptopp_DEFINES -DCRYPTOPP_DISABLE_ASM) 
     41  ENDIF (WIN32) 
    3142 
    3243  ADD_LIBRARY (cryptopp SHARED ${cryptopp_SOURCES}) 
Note: See TracChangeset for help on using the changeset viewer.