mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
add CryptoConst to CMakeLists.txt
This commit is contained in:
parent
933ebbf95f
commit
968623015c
|
@ -12,6 +12,7 @@ set ( INC_DIR ".." )
|
||||||
add_definitions ( "-std=c++0x -Wall" )
|
add_definitions ( "-std=c++0x -Wall" )
|
||||||
|
|
||||||
set ( SOURCES
|
set ( SOURCES
|
||||||
|
CryptoConst.cpp
|
||||||
AddressBook.cpp
|
AddressBook.cpp
|
||||||
Garlic.cpp
|
Garlic.cpp
|
||||||
HTTPServer.cpp
|
HTTPServer.cpp
|
||||||
|
@ -44,6 +45,7 @@ set ( SOURCES
|
||||||
)
|
)
|
||||||
|
|
||||||
set ( HEADERS
|
set ( HEADERS
|
||||||
|
CryptoConst.h
|
||||||
AddressBook.h
|
AddressBook.h
|
||||||
Garlic.h
|
Garlic.h
|
||||||
HTTPServer.h
|
HTTPServer.h
|
||||||
|
|
Loading…
Reference in a new issue