Skip to content

Commit

Permalink
Build animations.
Browse files Browse the repository at this point in the history
Change-Id: Iad6b7748e7e94752f183d3b3d7ea7fc9655b5c82
  • Loading branch information
jpakkane committed Feb 14, 2020
1 parent b614f00 commit 3efb933
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions animations/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
animcore_lib = shared_library('animcore',
'source/animcore/animcore.cxx',
udk_fake_h, off_fake_h,
include_directories: [main_inc, udkh_inc, offapi_inc],
cpp_args: ['-DLIBO_INTERNAL_ONLY'],
link_with: [comphelper_lib, cppuhelper_lib, cppu_lib, sal_lib],
)
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ subdir('cppuhelper')
subdir('basegfx')
subdir('ucbhelper')
subdir('comphelper')
subdir('animations')

0 comments on commit 3efb933

Please sign in to comment.