Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'bobbthebuilder-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bingmann committed Dec 11, 2015
2 parents 1044517 + 163de77 commit 1babe45
Show file tree
Hide file tree
Showing 29 changed files with 3,599 additions and 557 deletions.
2 changes: 2 additions & 0 deletions examples/applications/CMakeLists.txt
Expand Up @@ -13,12 +13,14 @@
if(NOT CYGWIN AND NOT MINGW) #-tb too big to build on cygwin

stxxl_build_example(skew3)
stxxl_build_example(skew3-lcp)

if(MSVC AND BUILD_TESTS)
# requires /bigobj flag to build
set_target_properties(skew3 PROPERTIES COMPILE_FLAGS /bigobj)
endif()

stxxl_test(skew3 --size 1mib random --check)
stxxl_test(skew3-lcp --size 1mib random --check)

endif()

0 comments on commit 1babe45

Please sign in to comment.