Skip to content

Commit

Permalink
libnixf: add to top-level build
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Dec 18, 2023
1 parent 2611b45 commit b313bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions libnixf/meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
project('libnixt',
['c', 'cpp'],
default_options : ['cpp_std=gnu++20'],
version: 'nightly'
)

nixf_inc = include_directories('include')

gtest = dependency('gtest')
Expand All @@ -15,6 +9,6 @@ lit = find_program('lit', required: false)
subdir('lib')
subdir('test')

install_subdir('include', install_dir : 'include/nixf')
install_subdir('include', install_dir : 'include')

subdir('tools')
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ lit = find_program('lit', required: false)
pkgconfig = import('pkgconfig')

subdir('lspserver')
subdir('libnixf')
subdir('libnixt')
subdir('nixd')

0 comments on commit b313bfe

Please sign in to comment.