add Win32 helpers from subdir

This commit is contained in:
Michael Brockus 2020-02-07 11:09:46 -08:00 • committed by GitHub
parent d596c0f9f3
commit 62606822da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ unittest_cpp_src = files(
'XmlTestReporter.cpp'
)
subdir('Posix')
subdir('Win32')
unittest_cpp_lib = library('unittest-cpp',
sources: unittest_cpp_src,