mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
* fix checks for headers
This commit is contained in:
parent
dd9f65b2ec
commit
257095c90f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required ( VERSION 2.8 )
|
||||
project ( "i2pd" "CXX")
|
||||
project ( "i2pd" )
|
||||
|
||||
# configurale options
|
||||
option(WITH_AESNI "Use AES-NI instructions set" OFF)
|
||||
|
@ -117,4 +117,4 @@ endif ()
|
|||
|
||||
target_link_libraries( ${PROJECT_NAME} ${Boost_LIBRARIES} ${CRYPTO++_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )
|
||||
|
||||
install(TARGETS i2pd RUNTIME DESTINATION "bin")
|
||||
install(TARGETS i2pd RUNTIME DESTINATION "bin")
|
||||
|
|
Loading…
Add table
Reference in a new issue