Skip to content

Commit

Permalink
Remove extra lib from example shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
snoe925 authored Jan 8, 2020
1 parent a6e5679 commit 4a8759e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ add_custom_target(tests DEPENDS ${LIST_OF_TESTS})

list(APPEND LIST_OF_EXAMPLES example2)
list(APPEND LIST_OF_EXAMPLES example6)
list(APPEND LIST_OF_EXAMPLES libcpptcl_module_two)
list(APPEND LIST_OF_EXAMPLES libcpptcl_module_three)
list(APPEND LIST_OF_EXAMPLES libcpptcl_module_five)
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)
list(APPEND LIST_OF_EXAMPLES cpptcl_example_functions)

add_custom_target(examples DEPENDS ${LIST_OF_EXAMPLES})
Expand Down

0 comments on commit 4a8759e

Please sign in to comment.