Skip to content

Commit

Permalink
remove EXCLUDE_FROM_ALL from speedb examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Or Friedmann committed Mar 29, 2023
1 parent 5f8290b commit d692714
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,11 @@ target_link_libraries(multi_processes_example
${ROCKSDB_LIB})

add_executable(speedb_with_ttl_example
EXCLUDE_FROM_ALL
speedb_with_ttl_example.cc)
target_link_libraries(speedb_with_ttl_example
${ROCKSDB_LIB})

add_executable(speedb_is_awesome_example
EXCLUDE_FROM_ALL
speedb_is_awesome_example.cc)
target_link_libraries(speedb_is_awesome_example
${ROCKSDB_LIB})

0 comments on commit d692714

Please sign in to comment.