mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 13:40:42 -06:00
These properties enable to manage output directories on per source file basis. Fixes: #21250
9 lines
96 B
OpenEdge ABL
9 lines
96 B
OpenEdge ABL
%module Foo
|
|
|
|
%{
|
|
#include <foo.hpp>
|
|
%}
|
|
|
|
// %nspace cs::my_class_in_namespace;
|
|
%include <foo.hpp>
|