Fix test/CmakeLists.txt not found on Linux

* Rename test/CmakeLists.txt -> test/CMakeLists.txt
* Revert accidentally removed processing of resolve-countries option
This commit is contained in:
d_komarov 2018-02-19 13:28:46 +02:00 committed by Arvid Norberg
parent b922ea86c9
commit 0ecb935d9d
2 changed files with 4 additions and 0 deletions

View File

@ -286,6 +286,10 @@ if (NOT pool-allocators)
add_definitions(-DTORRENT_DISABLE_POOL_ALLOCATOR)
endif()
if (NOT resolve-countries)
add_definitions(-DTORRENT_DISABLE_RESOLVE_COUNTRIES)
endif()
if (unicode)
add_definitions(-DUNICODE -D_UNICODE)
endif()