- Timestamp:
- 06/10/10 21:59:32 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 5735dda
- Parents:
- acf0660
- File:
-
- 1 edited
-
libs/cryptopp/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libs/cryptopp/CMakeLists.txt
r47bcf6f r5cd6bcf 29 29 # TODO add asm echo $(.source)/x64masm.asm ; 30 30 # 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) 31 42 32 43 ADD_LIBRARY (cryptopp SHARED ${cryptopp_SOURCES})
Note: See TracChangeset
for help on using the changeset viewer.








