diff --git a/examples/cpp/CMakeLists.txt.cpp_example.in b/examples/cpp/CMakeLists.txt.cpp_example.in index d45f9695b9..e08c150fc3 100644 --- a/examples/cpp/CMakeLists.txt.cpp_example.in +++ b/examples/cpp/CMakeLists.txt.cpp_example.in @@ -37,7 +37,7 @@ target_link_libraries(${PROJECT_NAME} if(WIN32) add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy - $/../bin/@PRODUCT_LIB_NAME@.dll> + $/../bin/@PRODUCT_LIB_NAME@.dll> $> ) -endif() \ No newline at end of file +endif()