mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-07 02:22:47 +00:00
Merge pull request #282 from bakwc/master
Curses dependence added to CMake
This commit is contained in:
@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 2.6.0)
|
||||
|
||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
||||
|
||||
if(UNIX)
|
||||
find_package(Curses REQUIRED)
|
||||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
option(USE_NACL "Use NaCl library instead of libsodium")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user