Browse Source

CPP: Link generate_geocoding_data_test with pthread.

pull/567/head
Fredrik Roubert 13 years ago
committed by Mihaela Rosca
parent
commit
60db87a603
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tools/cpp/CMakeLists.txt

+ 4
- 0
tools/cpp/CMakeLists.txt View File

@ -70,6 +70,10 @@ set (TEST_SOURCES
set (TEST_LIBS ${GTEST_LIB})
if (NOT WIN32)
list (APPEND TEST_LIBS pthread)
endif ()
# Build the testing binary.
include_directories ("test")
add_executable (generate_geocoding_data_test ${TEST_SOURCES})


Loading…
Cancel
Save