We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9104e09 commit 3712d24Copy full SHA for 3712d24
examples/CMakeLists.txt
@@ -1,3 +1,9 @@
1
-add_executable(template_example template_example.cpp)
2
-target_link_libraries(template_example ${LIB_NAME} ${MANDATORY_LIBRARIES})
+add_executable(example_tutorial3 example_tutorial3.cpp)
+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})
9
0 commit comments