This website requires JavaScript.
Explore
Help
Sign In
v4games
/
eco2d
Watch
3
Star
0
Fork
You've already forked eco2d
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8055302bdf
eco2d
/
code
/
common
/
CMakeLists.txt
3 lines
85 B
CMake
Raw
Normal View
History
Unescape
Escape
rle compression for binary blobs
2021-05-04 14:01:47 +00:00
file
(
GLOB_RECURSE
SRCS
*.h
*.c
packets/*.c
)
cmake: reorganize project structure
2021-01-19 09:44:43 +00:00
add_library
(
eco2d-common
STATIC
${
SRCS
}
)