Browse Source

add CryptoConst to CMakeLists.txt

pull/93/head
orignal 10 years ago
parent
commit
968623015c
  1. 2
      build/CMakeLists.txt

2
build/CMakeLists.txt

@ -12,6 +12,7 @@ set ( INC_DIR ".." ) @@ -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 @@ -44,6 +45,7 @@ set ( SOURCES
)
set ( HEADERS
CryptoConst.h
AddressBook.h
Garlic.h
HTTPServer.h

Loading…
Cancel
Save