Skip to content

Commit 3712d24

Browse files
committed
updating example cmakelist
1 parent 9104e09 commit 3712d24

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

examples/CMakeLists.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
add_executable(template_example template_example.cpp)
2-
target_link_libraries(template_example ${LIB_NAME} ${MANDATORY_LIBRARIES})
1+
add_executable(example_tutorial3 example_tutorial3.cpp)
2+
target_link_libraries(example_tutorial3 ${LIB_NAME} ${MANDATORY_LIBRARIES})
3+
4+
add_executable(example_tutorial4 example_tutorial4.cpp)
5+
target_link_libraries(example_tutorial4 ${LIB_NAME} ${MANDATORY_LIBRARIES})
6+
7+
add_executable(example_tutorial5 example_tutorial5.cpp)
8+
target_link_libraries(example_tutorial5 ${LIB_NAME} ${MANDATORY_LIBRARIES})
39

0 commit comments

Comments
 (0)