Skip to content

Instantly share code, notes, and snippets.

@ytliu74
Created July 26, 2023 04:17
Show Gist options
  • Save ytliu74/baf76295acb16796b120def21041a3f5 to your computer and use it in GitHub Desktop.
Save ytliu74/baf76295acb16796b120def21041a3f5 to your computer and use it in GitHub Desktop.
add_rules("plugin.compile_commands.autoupdate", {outputdir = "."})
target("sim")
set_kind("binary")
add_files("main.cpp")
set_toolchains("clang")
set_languages("cxx11")
add_includedirs("/opt/homebrew/Cellar/systemc/2.3.4/include")
add_linkdirs("/opt/homebrew/Cellar/systemc/2.3.4/lib")
add_links("systemc")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment