mirror of
https://github.com/google/benchmark.git
synced 2025-01-14 05:40:14 +08:00
Add explanatory comment why src headers are needed in test/CMakeLists.txt
This commit is contained in:
parent
e6d62fd135
commit
1043f45bed
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user