Add explanatory comment why src headers are needed in test/CMakeLists.txt

This commit is contained in:
Kai Wolf 2016-03-29 22:10:07 +02:00
parent e6d62fd135
commit 1043f45bed

View File

@ -1,6 +1,7 @@
# Enable the tests
# Allow the source files to find headers in src/
# Allow the test files to find headers in src/ since we rely on
# SleepForMilliseconds(int milliseconds) in options_test.cc
include_directories(${PROJECT_SOURCE_DIR}/src)
find_package(Threads REQUIRED)