Open
Description
after clone this git, I create build dir, and try to build this project, but failed. could you kindly help to explain the build steps.
thanks in advance.
my build steps:
- create build folder;
- cmake .. ;
and cmake error occurs.
CMake Error at CMakeLists.txt:44 (add_executable):
Target "parking" links to target "absl::strings" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
and I try to install the absl lib according the instraction of web page, but failed. could you give some advice on calling absl?
thanks in advance.
after browsing the source code, the install link
https://abseil.io/docs/cpp/quickstart-cmake.html
is found.
solved.
Metadata
Metadata
Assignees
Labels
No labels