logic: ship clang compiler header within Sourcetrail package on Windows
* added clang system headers to data folder of Sourcetrail repo * added clang system header search directory to detected directories on windows * updated migration to add clang system header search directory on windows * updated windows installer and portable package to include compiler headers * updated linux package * cleaned code of path detectors * unrelated removal of unnecessary code in LicenseChecker and UpdateChecker
This commit is contained in:
@@ -51,7 +51,6 @@ function(AddSharedToComponent)
|
||||
DESTINATION Sourcetrail
|
||||
PATTERN "log/*" EXCLUDE
|
||||
PATTERN "data/src" EXCLUDE
|
||||
PATTERN "data/cxx" EXCLUDE
|
||||
PATTERN "projects" EXCLUDE
|
||||
PATTERN "data/install" EXCLUDE
|
||||
PATTERN "ProjectSettings_template.xml" EXCLUDE
|
||||
@@ -104,12 +103,6 @@ function(AddSharedToComponent)
|
||||
DESTINATION Sourcetrail/lib
|
||||
)
|
||||
|
||||
INSTALL(DIRECTORY DESTINATION Sourcetrail/data/cxx/include)
|
||||
INSTALL(DIRECTORY
|
||||
$ENV{LLVM_DIR}/lib/clang/6.0.0/include/
|
||||
DESTINATION Sourcetrail/data/cxx/include
|
||||
)
|
||||
|
||||
INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/bin/app/user
|
||||
DESTINATION Sourcetrail
|
||||
PATTERN "ApplicationSettings.xml" EXCLUDE
|
||||
|
||||
Reference in New Issue
Block a user