From 31b0f510ecd820ce832d8400ae8c4f7deb3c490e Mon Sep 17 00:00:00 2001 From: Fatih YAZICI Date: Fri, 4 Oct 2019 19:18:31 +0300 Subject: [PATCH] Update CMakeLists.txt --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3301584..23fc0c5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -20,7 +20,7 @@ endif() file(GLOB test-new-api-sources ${test-new-api-pattern}) file(GLOB test-sources ${test-source-pattern}) -add_executable(yaml-cpp-tests) +add_executable(yaml-cpp-tests "") target_sources(yaml-cpp-tests PRIVATE ${test-new-api-sources}