mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2025-12-25 20:34:18 +00:00
Allows to build out-of-tree and have a clean working directory. Autoconf used to work with out-of-tree and "config.h" in the build directory as a "common" directory in the build directory was created, so including "../config.h" in version.rc and having "-I $(top_builddir)/common" used to work. CMake does not create "common" under the build directory so the "../config.h" inclusion fails. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> |
||
|---|---|---|
| .. | ||
| stdint.h | ||
| test-log.cpp | ||
| vdcommon.cpp | ||
| vdcommon.h | ||
| vdlog.cpp | ||
| vdlog.h | ||
| version.rc | ||