This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
pi9
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update chck
master
Jari Vetoniemi
10 years ago
parent
232f5c75f9
commit
fbbdddcdc1
4 changed files
with
5 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/CMakeLists.txt
+2
-3
lib/CMakeLists.txt
+1
-1
lib/chck
+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_p
ool
chck_lut
)
target_link_libraries
(
server
pi9
chck_p
i9_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_b
uffer
)
target_link_libraries
(
pi9
chck_
pi9_li
b
)
Write
Preview
Loading…
Cancel
Save