Skip to content
Snippets Groups Projects
Select Git revision
  • 3aaece3b3617af66e7727d5404860a9fc5fa28d7
  • master default protected
  • callgraph
  • function
4 results

CMakeLists.txt

Blame
  • CMakeLists.txt 210 B
    find_package(LLVM REQUIRED CONFIG)
    
    add_definitions(${LLVM_DEFINITIONS})
    include_directories(${LLVM_INCLUDE_DIRS})
    link_directories(${LLVM_LIBRARY_DIRS})
    
    add_subdirectory(skeleton)  # Use your pass name here.