Skip to content

Commit

Permalink
don't do perf tests on windows, some includes not available yet it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Aug 5, 2013
1 parent 0ac290e commit b8d7a23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/perf/CMakeLists.txt
@@ -1,7 +1,11 @@

IF (NOT WIN32)
project(perf_tests)

include_directories(../../include)

# Performance tests. Each test is currently a simple executable
add_executable(schema_perf_test SchemaPerfTest.cpp)
target_link_libraries(schema_perf_test ${PDAL_LIB_NAME})

endif()

0 comments on commit b8d7a23

Please sign in to comment.