mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03: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" )
|
||||
|
||||
set ( SOURCES
|
||||
CryptoConst.cpp
|
||||
AddressBook.cpp
|
||||
Garlic.cpp
|
||||
HTTPServer.cpp
|
||||
@ -44,6 +45,7 @@ set ( SOURCES
|
||||
)
|
||||
|
||||
set ( HEADERS
|
||||
CryptoConst.h
|
||||
AddressBook.h
|
||||
Garlic.h
|
||||
HTTPServer.h
|
||||
|
Loading…
Reference in New Issue
Block a user