diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-07 21:14:00 +0300 |
commit | 9f448c9c675e670d53bba7a8d74a995b2d9a3606 (patch) | |
tree | 81cb5c300de0ed2dd55497e5f21602556f255e5d /contrib/libs/expat/CMakeLists.darwin.txt | |
parent | 840348d6ec22ac423ac3bfb7f586936bdc5d7059 (diff) | |
download | ydb-9f448c9c675e670d53bba7a8d74a995b2d9a3606.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 1d444aa2d5..867e5f7b5a 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 ) |