We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deccb37 commit 87b53abCopy full SHA for 87b53ab
Sources/SwiftParser/CMakeLists.txt
@@ -37,6 +37,10 @@ target_link_libraries(SwiftParser PUBLIC
37
38
set_property(GLOBAL APPEND PROPERTY SWIFTSYNTAX_EXPORTS SwiftParser)
39
40
+# Rename the installed library to avoid clashing with the C++
41
+# "libswiftParser" on case-insensitive file systems.
42
+set_target_properties(SwiftParser PROPERTIES OUTPUT_NAME "SwiftSwiftParser")
43
+
44
# NOTE: workaround for CMake not setting up include flags yet
45
set_target_properties(SwiftParser PROPERTIES
46
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
0 commit comments