Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt @ 97:b0dd3743370f
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Oct 2015 19:39:58 +0900 |
parents | afa8332a0e37 |
children | 1172e4bd9c6f |
line wrap: on
line source
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ) add_llvm_library(LLVMIntelJITEvents IntelJITEventListener.cpp jitprofiling.c LINK_LIBS pthread ${CMAKE_DL_LIBS} )