Skip to content

Commit

Permalink
Generate tests internally (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy authored Aug 6, 2020
1 parent 81c2850 commit 6a63ddf
Show file tree
Hide file tree
Showing 8 changed files with 362,096 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/ysceneproc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_executable(ysceneproc ysceneproc.cpp)
add_executable(ysceneproc ysceneproc.cpp yshapedata.h yshapedata.cpp)

set_target_properties(ysceneproc PROPERTIES CXX_STANDARD 17 CXX_STANDARD_REQUIRED YES)
target_include_directories(ysceneproc PRIVATE ${CMAKE_SOURCE_DIR}/libs)
Expand Down
751 changes: 750 additions & 1 deletion apps/ysceneproc/ysceneproc.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 6a63ddf

Please sign in to comment.