mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
update readme
This commit is contained in:
@@ -84,7 +84,7 @@ APP_OTHER_STUFF = { comment = "does other stuff", value = false } # optional
|
||||
|
||||
[[bin]] # required, can define several binaries
|
||||
name = "app" # required
|
||||
type = "exe" # required (exe || shared || static)
|
||||
type = "exe" # required (exe || lib || shared || static || interface)
|
||||
sources = ["src/*.cpp"] # required, supports globbing
|
||||
include-dirs = ["include"] # optional
|
||||
alias = "" # optional
|
||||
|
||||
Reference in New Issue
Block a user