1
zero-epwing/CMakeLists.txt

4 lines
94 B
CMake
Raw Normal View History

2016-10-29 23:58:09 +00:00
project(zero-epwing)
add_executable(zero-epwing main.c)
2016-10-30 00:38:50 +00:00
target_link_libraries(zero-epwing eb)