This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
libcaesium
mirror of
https://github.com/Lymphatus/libcaesium.git
Watch
1
Star
0
Fork
You've already forked libcaesium
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a376ed7309
libcaesium
/
demo
/
CMakeLists.txt
3 lines
84 B
CMake
Raw
Normal View
History
Unescape
Escape
Moved parameter init to the library
2017-02-21 12:54:52 +01:00
add_executable
(
caesiumd
main.c
)
First commit
2016-11-04 11:00:04 +01:00
Reverting TIFF support
2017-03-18 19:51:18 +01:00
target_link_libraries
(
caesiumd
LINK_PUBLIC
caesium
)