Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SoilRos authored Oct 1, 2024
1 parent 97df8dc commit 2891e55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ if(memstats_IS_TOP_LEVEL)
add_executable(example_01 example_01.cc)
target_link_libraries(example_01 PUBLIC MemStats::MemStats)

add_executable(example_02 example_02.cc)
target_link_libraries(example_02 PUBLIC MemStats::MemStats)
#add_executable(example_02 example_02.cc)
#target_link_libraries(example_02 PUBLIC MemStats::MemStats)

if(TARGET Threads::Threads)
add_executable(example_03 example_03.cc)
target_link_libraries(example_03 PUBLIC MemStats::MemStats)
target_compile_features(example_03 PUBLIC cxx_std_11)
# add_executable(example_03 example_03.cc)
# target_link_libraries(example_03 PUBLIC MemStats::MemStats)
# target_compile_features(example_03 PUBLIC cxx_std_11)
endif()
endif()

0 comments on commit 2891e55

Please sign in to comment.