You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to link against the taskchampion-lib C functions, you need to copy taskchampion.h out of the source directory (or, in Taskwarrior's case, put that directory in the include path). That's going to lead to sadness when the version of taskchampion-lib and of taskchampion.h inevitably fall out of sync.
Let's provide a function or constant on taskchampion-lib that contains the header file, so that consumers of the library can put the header file wherever they want using a simple build script (build.rs).
The text was updated successfully, but these errors were encountered:
Currently, to link against the taskchampion-lib C functions, you need to copy
taskchampion.h
out of the source directory (or, in Taskwarrior's case, put that directory in the include path). That's going to lead to sadness when the version of taskchampion-lib and of taskchampion.h inevitably fall out of sync.Let's provide a function or constant on taskchampion-lib that contains the header file, so that consumers of the library can put the header file wherever they want using a simple build script (
build.rs
).The text was updated successfully, but these errors were encountered: