Commit 1043f45b by Kai Wolf

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

parent e6d62fd1
# Enable the tests # 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) include_directories(${PROJECT_SOURCE_DIR}/src)
find_package(Threads REQUIRED) find_package(Threads REQUIRED)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment