Add integger.cpp as the thrird object file in the list of object files
This should have been performed at Commit 7f958575ea
pull/280/head
parent
c70f01d7b3
commit
ad47c0cce8
|
|
@ -110,6 +110,7 @@ file(GLOB cryptopp_SOURCES *.cpp)
|
|||
list(REMOVE_ITEM cryptopp_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cryptlib.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cpu.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/integer.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/pch.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/simple.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/winpipes.cpp
|
||||
|
|
@ -119,6 +120,7 @@ list(REMOVE_ITEM cryptopp_SOURCES
|
|||
set(cryptopp_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cryptlib.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cpu.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/integer.cpp
|
||||
${cryptopp_SOURCES}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue