File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ project(Demo)
1818set (CMAKE_CXX_STANDARD 11)
1919
2020enable_testing ()
21+ include (GNUInstallDirs )
2122add_subdirectory (include )
2223add_subdirectory (src )
2324add_subdirectory (vendor )
Original file line number Diff line number Diff line change 1+ # 0.2.1: 2019-05-30
2+
3+ * satisfy Debian's libdir.
4+
5+ # 0.2.0: 2019-05-24
6+
7+ * re-org the library to be better used as a library.
Original file line number Diff line number Diff line change 11install (DIRECTORY
22 jdcloud_signer
3- DESTINATION include )
3+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- include (GNUInstallDirs )
16-
1715set (Demo_VERSION_MAJOR 0)
1816set (Demo_VERSION_MINOR 2)
19- set (Demo_VERSION_DEBUG 0 )
17+ set (Demo_VERSION_DEBUG 1 )
2018set (VERSION ${Demo_VERSION_MAJOR} .${Demo_VERSION_MINOR} .${Demo_VERSION_DEBUG} )
2119set (SOVERSION ${Demo_VERSION_MAJOR} )
2220
You can’t perform that action at this time.
0 commit comments