solvespace/tools/CMakeLists.txt

5 lines
78 B
CMake

add_executable(ttf2c
ttf2c.cpp)
target_link_libraries(ttf2c
comctl32)