Skip to content

Commit 4a8759e

Browse files
authored
Remove extra lib from example shared libraries
1 parent a6e5679 commit 4a8759e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ add_custom_target(tests DEPENDS ${LIST_OF_TESTS})
9595

9696
list(APPEND LIST_OF_EXAMPLES example2)
9797
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)
98+
list(APPEND LIST_OF_EXAMPLES cpptcl_module_two)
99+
list(APPEND LIST_OF_EXAMPLES cpptcl_module_three)
100+
list(APPEND LIST_OF_EXAMPLES cpptcl_module_five)
101+
list(APPEND LIST_OF_EXAMPLES cpptcl_module_six)
102102
list(APPEND LIST_OF_EXAMPLES cpptcl_example_functions)
103103

104104
add_custom_target(examples DEPENDS ${LIST_OF_EXAMPLES})

0 commit comments

Comments
 (0)