blob: a75f3f3347124ae3adc4830844365e0f5a8fd377 [file] [log] [blame]
include_directories(/localhome/simmon12/progs/dyncall-0.5/dyncall)
link_directories(/localhome/simmon12/progs/dyncall-0.5/dyncall/build_out/linux_x86_gcc_release)
file(GLOB sources *.cpp)
add_llvm_library( poolalloc_rt ${sources} )
set_property(
TARGET poolalloc_rt
PROPERTY COMPILE_DEFINITIONS USE_DYNCALL
)
target_link_libraries( poolalloc_rt dyncall_s )