duckticker/subprojects
King_DuckZ 27a5f00ea4 More tweaks to the install target
When you code, you should probably configure with
-Dscript_path=$HOME/your/code/dir, and doing this
now prevents the script files from being copied over
to the install dir. This is correct because in this
case source dir == dest dir.
If you want to really install the program, you
should set script_path to a relative path or a
different directory than the source. For example
-Dscript_path=duckticker/script. ninja install will
copy the script files to the install directory in
this case.

Note that the path to the script directory that
gets compiled into the binary is an absolute path
in either case. This means that "roaming app" mode
is not currently supported. The reason for this is
that I need code to detect the binary directory so
that relative script paths can work, but I don't have
that code right now.
2022-05-14 20:02:34 +02:00
..
packagefiles
wrenpp@d3ad818b8e More tweaks to the install target 2022-05-14 20:02:34 +02:00
beast.wrap
curlcpp.wrap
simdjson.wrap