Skip to content

Commit

Permalink
Added mesh test (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy committed Dec 5, 2020
1 parent e99ccf6 commit 06704ff
Show file tree
Hide file tree
Showing 10 changed files with 26,166 additions and 5 deletions.
2 changes: 2 additions & 0 deletions apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ endif(YOCTO_OPENGL)
if(YOCTO_DENOISE)
add_subdirectory(yimagedenoise)
endif(YOCTO_DENOISE)

add_subdirectory(ymeshtest)
6 changes: 6 additions & 0 deletions apps/ymeshtest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
add_executable(ymeshtest ymeshtest.cpp)

set_target_properties(ymeshtest PROPERTIES CXX_STANDARD 17 CXX_STANDARD_REQUIRED YES)
target_include_directories(ymeshtest PRIVATE ${CMAKE_SOURCE_DIR}/libs)
target_link_libraries(ymeshtest yocto)

0 comments on commit 06704ff

Please sign in to comment.