vcpkg/ports/lemon-parser-generator/CMakeLists.txt

6 lines
129 B
CMake
Raw Normal View History

project(lemon-parser-generator C)
add_executable(lemon lemon.c)
install(TARGETS lemon
RUNTIME DESTINATION tools/lemon
)