Adjust CMakeLists.txt and .def: add _d postfix onto jansson_d.lib/dll

Had to remove the "LIBRARY" line from jansson.def, which was optional,
and was overriding CMake's desire for a specific name.
This commit is contained in:
Paul Harris
2013-06-02 17:20:25 +08:00
parent 5cc594c9e8
commit 2fd66fab1a
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
LIBRARY "jansson"
EXPORTS
json_delete
json_true