Skip to content

Commit

Permalink
win
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Apr 23, 2024
1 parent 25dddeb commit 1b3398a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ add_library(airwin-registry STATIC

${AIRWIN_SOURCES})

target_compile_definitions(airwin-registry PRIVATE _USE_MATH_DEFINES)

if (NOT MSVC)
# consistent even in warnings that chris is
target_compile_options(airwin-registry PRIVATE
Expand Down
1 change: 1 addition & 0 deletions src/airwin2rackbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include "airwin2rackbase.h"
#include <string>
#include <iostream>

float Airwin2RackBase::defaultSampleRate{0.f};
Expand Down

0 comments on commit 1b3398a

Please sign in to comment.