We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaa56a commit 32b3550Copy full SHA for 32b3550
CMakeLists.txt
@@ -14,7 +14,7 @@ endif()
14
15
include_directories(${CMAKE_SOURCE_DIR})
16
17
-#add_subdirectory(examples)
+add_subdirectory(examples)
18
19
enable_testing()
20
add_subdirectory(tests)
examples/CMakeLists.txt
@@ -0,0 +1,19 @@
1
+add_executable(
2
+ example
3
+ example.cc
4
+ )
5
+
6
7
+ example2
8
+ example2.cc
9
10
11
12
+ custom
13
+ custom.cc
+ print_func
+ print_func.cc
0 commit comments