# HG changeset patch # User Sebastien Jodogne # Date 1621966874 -7200 # Node ID 101e7e0079d5ab51b29aecbbd6afe5074f61456b # Parent 385c268e8b563442fe2447ed2f85f93ef10c525e fix wasm unit tests diff -r 385c268e8b56 -r 101e7e0079d5 UnitTestsSources/WebAssembly/CMakeLists.txt --- a/UnitTestsSources/WebAssembly/CMakeLists.txt Tue May 25 19:51:45 2021 +0200 +++ b/UnitTestsSources/WebAssembly/CMakeLists.txt Tue May 25 20:21:14 2021 +0200 @@ -101,6 +101,12 @@ # ${ORTHANC_FRAMEWORK_ROOT}/../UnitTestsSources/SQLiteChromiumTests.cpp # ${ORTHANC_FRAMEWORK_ROOT}/../UnitTestsSources/SQLiteTests.cpp # ${ORTHANC_FRAMEWORK_ROOT}/../UnitTestsSources/ZipTests.cpp + + # Shared files + ${AUTOGENERATED_SOURCES} + ${BOOST_EXTENDED_SOURCES} + ${GOOGLE_TEST_SOURCES} + ${ORTHANC_STONE_SOURCES} )