Browse Source

include cmake stuff

pull/1039/head
Jeff Becker 7 years ago
parent
commit
5d557003b6
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
  1. 1
      build/CMakeLists.txt

1
build/CMakeLists.txt

@ -27,6 +27,7 @@ set ( CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules" ) @@ -27,6 +27,7 @@ set ( CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules" )
set ( CMAKE_SOURCE_DIR ".." )
# architecture
include(TargetArch)
target_architecture(ARCHITECTURE)
set(LIBI2PD_SRC_DIR ../libi2pd)

Loading…
Cancel
Save