update
This commit is contained in:
parent
2afa7a8a31
commit
f553d73800
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
set()
|
|
||||||
cmake_minimum_required(VERSION 3.12)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
project(libbpic VERSION 1.0.0 LANGUAGES C DESCRIPTION "encode and decode any file to an image")
|
project(libbpic VERSION 1.0.0 LANGUAGES C DESCRIPTION "encode and decode any file to an image")
|
||||||
|
|
||||||
|
@ -35,7 +34,7 @@ set(BPICDECODE_TEST_SOURCES
|
||||||
# building
|
# building
|
||||||
|
|
||||||
add_library(bpic ${BPIC_HEADERS} ${BPIC_SOURCES})
|
add_library(bpic ${BPIC_HEADERS} ${BPIC_SOURCES})
|
||||||
set_target_property(TARGET bpic PROPERTY C_STANDARD 90)
|
set_target_properties(bpic PROPERTIES C_STANDARD 99)
|
||||||
|
|
||||||
target_include_directories(bpic PUBLIC src/bpic/include)
|
target_include_directories(bpic PUBLIC src/bpic/include)
|
||||||
set_target_properties(bpic PROPERTIES PUBLIC_HEADER bpic.h)
|
set_target_properties(bpic PROPERTIES PUBLIC_HEADER bpic.h)
|
||||||
|
|
Loading…
Add table
Reference in a new issue