From 1caf359b62314ab78a367fddef45d6a3d2936636 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 2 Oct 2014 07:30:59 +0000 Subject: [PATCH 1/1] [DLLEXPORT_TEST] Fix a typo svn path=/trunk/; revision=64449 --- rostests/tests/dllexport/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/tests/dllexport/CMakeLists.txt b/rostests/tests/dllexport/CMakeLists.txt index b9ad6e01fda..d9c18cc1bb7 100644 --- a/rostests/tests/dllexport/CMakeLists.txt +++ b/rostests/tests/dllexport/CMakeLists.txt @@ -25,7 +25,7 @@ if(MSVC) add_compile_flags("/Zc:wchar_t-") endif() -add_executable(dllimport_test +add_library(dllimport_test dllimport_framedyn.cpp) set_module_type(dllimport_test win32dll ENTRYPOINT 0) add_importlibs(dllimport_test framedyn) -- 2.17.1