We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d6e75 commit cda14acCopy full SHA for cda14ac
CMakeLists.txt
@@ -78,6 +78,7 @@ target_compile_options(opusfile
78
)
79
target_compile_definitions(opusfile
80
PRIVATE
81
+ OP_BUILD
82
$<$<BOOL:${OP_DISABLE_FLOAT_API}>:OP_DISABLE_FLOAT_API>
83
$<$<BOOL:${OP_FIXED_POINT}>:OP_FIXED_POINT>
84
$<$<BOOL:${OP_ENABLE_ASSERTIONS}>:OP_ENABLE_ASSERTIONS>
0 commit comments