mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
Add some more unit tests.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef USEPREFIXCLASS_H
|
||||
#define USEPREFIXCLASS_H
|
||||
|
||||
#include "use_prefix_lib_export.h"
|
||||
|
||||
class MYPREFIX_USE_PREFIX_LIB_EXPORT UsePrefixClass
|
||||
{
|
||||
public:
|
||||
int someMethod() const;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user