Browse Source

Update chck

master
Jari Vetoniemi 10 years ago
parent
commit
fbbdddcdc1
4 changed files with 5 additions and 6 deletions
  1. +1
    -1
      bin/CMakeLists.txt
  2. +2
    -3
      lib/CMakeLists.txt
  3. +1
    -1
      lib/chck
  4. +1
    -1
      src/CMakeLists.txt

+ 1
- 1
bin/CMakeLists.txt View File

@ -1,2 +1,2 @@
add_executable(server server.c)
target_link_libraries(server pi9 chck_pool chck_lut)
target_link_libraries(server pi9 chck_pi9_server)

+ 2
- 3
lib/CMakeLists.txt View File

@ -1,3 +1,2 @@
add_library(chck_buffer STATIC chck/chck/buffer/buffer.c)
add_library(chck_pool STATIC chck/chck/pool/pool.c)
add_library(chck_lut STATIC chck/chck/lut/lut.c)
add_library(chck_pi9_lib STATIC chck/chck/buffer/buffer.c)
add_library(chck_pi9_server STATIC chck/chck/pool/pool.c chck/chck/lut/lut.c)

+ 1
- 1
lib/chck

@ -1 +1 @@
Subproject commit 8ebf54a04ff2119fe36bf81b8b3ac52df45be38b
Subproject commit 7ab4f4d3c6fdb6cff15134bc261a73d1eb32877d

+ 1
- 1
src/CMakeLists.txt View File

@ -1,2 +1,2 @@
add_library(pi9 pi9.c pi9_string.c)
target_link_libraries(pi9 chck_buffer)
target_link_libraries(pi9 chck_pi9_lib)

Loading…
Cancel
Save