mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 10:20:09 -04:00
13 lines
211 B
Text
13 lines
211 B
Text
|
|
module AnotherModule {
|
||
|
|
header "AnotherModule.h"
|
||
|
|
exclude header "AnotherModuleExcluded.h"
|
||
|
|
}
|
||
|
|
module Umbrella {
|
||
|
|
umbrella "umbrella"
|
||
|
|
}
|
||
|
|
module NotFramework {
|
||
|
|
header "NotFramework.h"
|
||
|
|
}
|
||
|
|
|
||
|
|
framework module * { }
|