File: CMakeLists.txt

package info (click to toggle)
cuneiform 1.1.0%2Bdfsg-4
  • links: PTS
  • area: non-free
  • in suites: wheezy
  • size: 70,900 kB
  • sloc: ansic: 183,501; cpp: 101,934; makefile: 82; sh: 55
file content (4 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (7)
1
2
3
4
add_executable(cuneiform-cli cuneiform-cli.cpp)
set_target_properties(cuneiform-cli PROPERTIES OUTPUT_NAME cuneiform)
target_link_libraries(cuneiform-cli cuneiform ${cli_ext_libs} ${DL_LIB})
install_exe(cuneiform-cli)