Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b4723459b2 |
@@ -2,9 +2,9 @@ project(librcw)
|
||||
cmake_minimum_required(VERSION 3.0.2)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
set(librcw_VERSION_STRING "000001000L")
|
||||
set(librcw_VERSION_STRING "000003000L")
|
||||
set(librcw_VERSION_MAJOR 0)
|
||||
set(librcw_VERSION_MINOR 1)
|
||||
set(librcw_VERSION_MINOR 3)
|
||||
set(librcw_VERSION_REVISION 0)
|
||||
set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include)
|
||||
include_directories(BEFORE SYSTEM "${INCLUDE_PATH}")
|
||||
|
||||
Reference in New Issue
Block a user