Bump version to 1.0.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
project(test_shared_library LANGUAGES C VERSION 1.0.1 DESCRIPTION "Shared C Library for testin")
|
||||
project(test_shared_library LANGUAGES C VERSION 1.0.2 DESCRIPTION "Shared C Library for testing of various cmake configurations")
|
||||
include(GNUInstallDirs)
|
||||
add_library(test_shared_library SHARED test_shared_library.c test_shared_library.h)
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
@@ -21,4 +21,4 @@ install(FILES ${CMAKE_BINARY_DIR}/test_shared_library.pc
|
||||
|
||||
|
||||
add_executable(test test.c)
|
||||
target_link_libraries(test test_shared_library)
|
||||
target_link_libraries(test test_shared_library)
|
||||
|
||||
Reference in New Issue
Block a user