olm/lib/doctest/examples/installed_doctest_cmake/dll/dll.h
Hubert Chathi 8475061136 switch to doctest for unit testing
thanks to Nico Werner, who did most of the porting work
2021-12-22 13:45:33 -05:00

7 lines
No EOL
86 B
C

#pragma once
#include "exporting.h"
extern "C" {
DLL_API void say_hello_dll();
}