C++11: Laid foundation for benchmark tests. We need more of them!
This commit is contained in:
11
src/Benchmark/CMakeLists.txt
Normal file
11
src/Benchmark/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
set (SOURCES "")
|
||||
list (APPEND SOURCES
|
||||
main.cpp
|
||||
VectorT_new.cpp
|
||||
VectorT_legacy.cpp
|
||||
)
|
||||
|
||||
add_executable(OMBenchmark ${SOURCES})
|
||||
set_target_properties(OMBenchmark PROPERTIES
|
||||
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||
target_link_libraries(OMBenchmark benchmark OpenMeshCore)
|
||||
Reference in New Issue
Block a user