view utils/not/CMakeLists.txt @ 89:9020ffd06b8b

Create prototype declaration automatically (only support direct continuation)
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 14 Apr 2015 03:55:39 +0900
parents 54457678186b
children 3a76565eade5
line wrap: on
line source

add_llvm_utility(not
  not.cpp
  )

target_link_libraries(not LLVMSupport)