Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
transgirllucy authored Dec 22, 2023
1 parent 49b5cfa commit 9a6fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project('meson-init-cpp', 'cpp',
default_options : ['warning_level=3',
'cpp_std=c++17'])

exe = executable('meson_init_cpp', 'src/main.cpp',
exe = executable('meson_init_cpp', ['src/main.cpp', 'src/contains.cpp', 'src/contains.hpp'],
install : true)

test('basic', exe)

0 comments on commit 9a6fa8f

Please sign in to comment.