mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Option -interface must not be used if multiple SWIG files are part of the same library. Fixes: #21134
7 lines
60 B
C++
7 lines
60 B
C++
#include "sub.h"
|
|
|
|
int sub(int a, int b)
|
|
{
|
|
return a - b;
|
|
}
|