diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 17:37:14 +0300 |
commit | 94299c40d78c487307d3b744ecadf539dc13bb1a (patch) | |
tree | bb80680b6df85a6d825be7aadde56e3be92232fd /contrib/libs/expat/CMakeLists.darwin.txt | |
parent | 8118c921f2a3bd04c89bd2b89cc01bcc1bae4e93 (diff) | |
download | ydb-94299c40d78c487307d3b744ecadf539dc13bb1a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/libs/expat/CMakeLists.darwin.txt')
-rw-r--r-- | contrib/libs/expat/CMakeLists.darwin.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/expat/CMakeLists.darwin.txt b/contrib/libs/expat/CMakeLists.darwin.txt index 867e5f7b5a..1d444aa2d5 100644 --- a/contrib/libs/expat/CMakeLists.darwin.txt +++ b/contrib/libs/expat/CMakeLists.darwin.txt @@ -17,7 +17,7 @@ target_include_directories(contrib-libs-expat PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib ) target_sources(contrib-libs-expat PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlparse.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlrole.c - ${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmltok.c + \${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlparse.c + \${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmlrole.c + \${CMAKE_SOURCE_DIR}/contrib/libs/expat/lib/xmltok.c ) |