Update CMakeLists.txt

This commit is contained in:
Fatih YAZICI 2019-10-04 19:18:31 +03:00 committed by GitHub
parent abb4798987
commit 31b0f510ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}