10 lines
221 B
Plaintext
Executable File
10 lines
221 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::install_docfiles 'LICENSE' 'README.md'
|
|
|
|
pbuild::pre_configure() {
|
|
pbuild::add_configure_args "-DCMAKE_BUILD_TYPE=Release"
|
|
pbuild::add_configure_args "-DDYNAMIC_ARCH=ON"
|
|
}
|
|
|