Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<license>LGPL-2.0-or-later</license>
<depend package="base/types" />
<depend package="base/logging" />
<depend package="boost" />
<tags>needs_opt</tags>
</package>
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ rock_library(numeric
Twiddle.cpp
Circle.cpp
DEPS_PKGCONFIG base-types base-lib base-logging
DEPS_CMAKE Boost
)