mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06:00
Option -interface must not be used if multiple SWIG files are part of the same library. Fixes: #21134
6 lines
41 B
OpenEdge ABL
6 lines
41 B
OpenEdge ABL
%{
|
|
#include "sub.h"
|
|
%}
|
|
|
|
%include "sub.h"
|