mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06: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 "add.h"
|
|
|
|
int add(int a, int b)
|
|
{
|
|
return a + b;
|
|
}
|