2016-10-30 19:25:51 +00:00
|
|
|
cmake_minimum_required(VERSION 3.5)
|
2016-10-29 23:58:09 +00:00
|
|
|
project(zero-epwing)
|
2016-10-30 19:25:51 +00:00
|
|
|
include_directories(eb)
|
2016-11-03 03:06:40 +00:00
|
|
|
link_directories(eb/eb/.libs jansson/lib)
|
2016-11-21 02:23:50 +00:00
|
|
|
add_executable(zero-epwing main.c book.c gaiji.c convert.c hooks.c)
|
2016-11-03 03:06:40 +00:00
|
|
|
target_link_libraries(zero-epwing libeb.a libz.a libjansson.a)
|