There was an error while loading. Please reload this page.
1 parent a6e5679 commit 4a8759eCopy full SHA for 4a8759e
CMakeLists.txt
@@ -95,10 +95,10 @@ add_custom_target(tests DEPENDS ${LIST_OF_TESTS})
95
96
list(APPEND LIST_OF_EXAMPLES example2)
97
list(APPEND LIST_OF_EXAMPLES example6)
98
-list(APPEND LIST_OF_EXAMPLES libcpptcl_module_two)
99
-list(APPEND LIST_OF_EXAMPLES libcpptcl_module_three)
100
-list(APPEND LIST_OF_EXAMPLES libcpptcl_module_five)
101
-list(APPEND LIST_OF_EXAMPLES libcpptcl_module_six)
+list(APPEND LIST_OF_EXAMPLES cpptcl_module_two)
+list(APPEND LIST_OF_EXAMPLES cpptcl_module_three)
+list(APPEND LIST_OF_EXAMPLES cpptcl_module_five)
+list(APPEND LIST_OF_EXAMPLES cpptcl_module_six)
102
list(APPEND LIST_OF_EXAMPLES cpptcl_example_functions)
103
104
add_custom_target(examples DEPENDS ${LIST_OF_EXAMPLES})
0 commit comments