Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Jun 4, 2024
1 parent 3ebe3d2 commit 0454610
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/struct_pack/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ else()
# include_directories(include)
# include_directories(include/ylt/thirdparty)
endif()
add_executable(struct_pack_example basic_usage.cpp non_aggregated_type.cpp serialize_config.cpp user_defined_serialization.cpp derived_class.cpp main.cpp)
add_executable(test_tmp test_dervied2.cpp)
add_executable(struct_pack_example basic_usage.cpp non_aggregated_type.cpp serialize_config.cpp user_defined_serialization.cpp derived_class.cpp main.cpp)

0 comments on commit 0454610

Please sign in to comment.