Skip to content

Commit

Permalink
Change test project to ozip
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot committed Feb 20, 2024
1 parent 01940f2 commit 76faf58
Show file tree
Hide file tree
Showing 4 changed files with 2,228 additions and 190 deletions.
4 changes: 3 additions & 1 deletion build/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
s_project(oodle::test EXEC IS_SIMPLE PLATFORMS win)
s_project(oodle::test EXEC IS_SIMPLE)

s_link_libraries(PRIVATE oodle::data::static)

s_set_properties(PROPERTIES OUTPUT_NAME "ozip")

# clang-cl complains
s_compile_options(PRIVATE /EHsc)
76 changes: 0 additions & 76 deletions build/test/Stopwatch.cpp

This file was deleted.

31 changes: 0 additions & 31 deletions build/test/Stopwatch.h

This file was deleted.

Loading

0 comments on commit 76faf58

Please sign in to comment.