From 98c422ed7f3d3ce343c5cb8157b91d5137d38647 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 16 Mar 2020 17:21:57 +0300 Subject: test: foobar -> symbols --- test/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 656caa9..4574211 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -8,9 +8,9 @@ endif() set(CC_STATIC_RUNTIME OFF) # Reduce the number of symbols in this test utility -add_executable(foobar foobar.cpp) +add_executable(symbols symbols.cpp) -install(TARGETS foobar RUNTIME DESTINATION bin) +install(TARGETS symbols RUNTIME DESTINATION bin) if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") - install(FILES "$" DESTINATION bin OPTIONAL) + install(FILES "$" DESTINATION bin OPTIONAL) endif() -- cgit v1.2.3