From 4b11dc566a5bbfa1378d6266525c281b028abcc8 Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Fri, 10 Feb 2017 20:35:12 +0900 Subject: Imported Upstream version 1.0.0.9910 --- .../c_runtime/_vsnprintf/test1/CMakeLists.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt (limited to 'src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt') diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt deleted file mode 100644 index 489b7bf566..0000000000 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -cmake_minimum_required(VERSION 2.8.12.2) - -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -set(SOURCES - test1.cpp -) - -add_executable(paltest_vsnprintf_test1 - ${SOURCES} -) - -add_dependencies(paltest_vsnprintf_test1 coreclrpal) - -target_link_libraries(paltest_vsnprintf_test1 - pthread - m - coreclrpal -) -- cgit v1.2.3