poco/JSON
Josh Blum f442148670 poco: library install dirs per RUNTIME/LIBRARY/ARCHIVE
For a unix system, this commit implies no changes by default. However, the ${LIB_SUFFIX} convention was added so the build can be configured for a red-hat style installation which uses lib64 by specifying cmake -DLIB_SUFFIX=64

For a windows build (msvc), this commit will cause the .dll files to be installed in the bin/ path; import libraries .lib are still installed in the lib/ path. Installing dlls into the bin path is preferable because dlls must be in the executable %PATH% to be found at runtime, as there is not equivalent of a separate library path as there is on unix.
2014-05-21 14:16:34 -07:00
..
include/Poco/JSON LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
samples LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
src LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
testsuite LICENSE: add info about SPDX-License-Identifier usage and use it 2014-05-14 08:38:09 +02:00
CMakeLists.txt poco: library install dirs per RUNTIME/LIBRARY/ARCHIVE 2014-05-21 14:16:34 -07:00
dependencies Add JSON dependencies file 2012-05-09 19:47:36 +00:00
JSON_CE_vs90.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_CE_vs90.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs71.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_vs71.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs80.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_vs80.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs90.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_vs90.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs100.sln fixed vs2012 project files 2014-01-15 11:20:39 +01:00
JSON_vs100.vcxproj re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_vs100.vcxproj.filters re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_vs110.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_vs110.vcxproj re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_vs110.vcxproj.filters re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_vs120.sln re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_vs120.vcxproj re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_vs120.vcxproj.filters re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_WEC2013_vs110.sln updated SDK in WEC2013 project files 2014-04-23 13:30:27 +02:00
JSON_WEC2013_vs110.vcxproj updated SDK in WEC2013 project files 2014-04-23 13:30:27 +02:00
JSON_WEC2013_vs110.vcxproj.filters re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_x64_vs90.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_x64_vs90.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_x64_vs100.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_x64_vs100.vcxproj re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_x64_vs100.vcxproj.filters re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_x64_vs110.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_x64_vs110.vcxproj re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_x64_vs110.vcxproj.filters re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_x64_vs120.sln re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_x64_vs120.vcxproj re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON_x64_vs120.vcxproj.filters re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
JSON.progen more line ending fixes 2012-11-11 11:07:27 +01:00
Makefile more clang fixes 2013-05-27 21:33:30 -05:00