summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2018-02-09Do not hardcode libdir and includedir in pkg config filesJózef Kucia2-4/+4
2018-02-07Build SPIRV-Tools as shared libraryJózef Kucia1-0/+12
Add pkg-config file for shared libraries Properly build SPIRV-Tools DLL Test C interface with shared library Set PATH to shared library file for c_interface_shared test Otherwise, the test won't find SPIRV-Tools-shared.dll. Do not use private functions when testing with shared library Make all symbols hidden by default for shared library target
2017-12-18Export a config file for pkg-configPierre Moreau2-0/+43
Fixes #1031 Extracts the current version from the file CHANGES The -dev suffix maps to a minor version number of .0 No -dev suffix maps to a minor version number of .1 Uses a first class target spirv-tools-pkg-config