Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
lol whoops, Fixed the self dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainjamason committed Feb 8, 2024
1 parent 4c4c1c3 commit 32d498e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
## Copyright 2024 - hurbIndustries
## JPD

testDep = dependency('opencxx-cli')

pkg = import('pkgconfig')

source_files = [
Expand All @@ -20,7 +18,7 @@ opencxx_cli = library('opencxx-cli',
unitTests = executable('unitTests',
'unitTests.cpp',
include_directories : inc,
dependencies : [testDep]
link_with : [opencxx_cli]
)

test('test', unitTests)
Expand Down

0 comments on commit 32d498e

Please sign in to comment.