Skip to content

Commit

Permalink
Update examples/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 15, 2023
1 parent a33659f commit e152c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function(add_example)
message(SEND_ERROR "add_example: no SRCS")
return()
endif()
message(STATUS "add_example: ${addex_NAME} SRCS: ${addex_SRCS} DEPS: ${addex_DEPS}")
#message(STATUS "add_example: ${addex_NAME} SRCS: ${addex_SRCS} DEPS: ${addex_DEPS}")
add_executable("${PROJECT_NAME}-example-${addex_NAME}"
${addex_SRCS})
set_property(TARGET "${PROJECT_NAME}-example-${addex_NAME}" PROPERTY FOLDER "example")
Expand All @@ -43,4 +43,4 @@ add_example(NAME debug_settings SRCS debug_settings.cpp DEPS Boost::property_tre
configure_file(debug_settings.xml debug_settings.xml COPYONLY)
add_example(NAME empty_ptree_trick SRCS empty_ptree_trick.cpp DEPS Boost::property_tree)
add_example(NAME info_grammar_spirit SRCS info_grammar_spirit.cpp DEPS Boost::property_tree)
add_example(NAME speed_test SRCS speed_test.cpp DEPS Boost::property_tree)
add_example(NAME speed_test SRCS speed_test.cpp DEPS Boost::property_tree Boost::format)

0 comments on commit e152c9e

Please sign in to comment.