This website requires JavaScript.
Explore
Help
Sign In
zcy
/
solvespace
Watch
1
Star
0
Fork
You've already forked solvespace
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b23336b589
solvespace
/
tools
/
CMakeLists.txt
5 lines
78 B
CMake
Raw
Normal View
History
Unescape
Escape
Add a CMake buildsystem. Additionally, update build tools so that no stdio redirection is necessary.
2015-03-29 00:33:46 +00:00
add_executable
(
ttf2c
t
t
f
2
c
.
c
p
p
)
Add support for cross-compiling from Linux. As a side effect, zlib and libpng are now git submodules, based on their respective official git repositories. This is necessary, because MinGW has a different ABI and it cannot use the prebuilt binaries built by MSVC. The submodules are also used for Windows, for several reasons: * to allow 64-bit builds; * to allow using newer MSVC, which doesn't like the prebuilt libraries; * to keep the libraries updated.
2015-07-05 05:45:39 +00:00
target_link_libraries
(
ttf2c
c
o
m
c
t
l
3
2
)