Skip to content

Commit

Permalink
msvc build fixes on sleid0r
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 30, 2022
1 parent 92625bc commit ade083a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixer2/sleid0r/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ foreach(MIXER IN LISTS MIXERS)
string(TOLOWER ${MIXER} LOWERCASE_MIXER)
set(${MIXER}_SOURCES sleid0r_${LOWERCASE_MIXER}.c)
if(MSVC)
set(${MIXER}_SOURCES ${${MIXER}_SOURCES} ${FREI0R_DEF})
set(${MIXER}_SOURCES ${${MIXER}_SOURCES} ${FREI0R_1_2_DEF})
endif(MSVC)
add_library(sleid0r_${LOWERCASE_MIXER} MODULE ${${MIXER}_SOURCES})
set_target_properties (sleid0r_${LOWERCASE_MIXER} PROPERTIES PREFIX "")
Expand Down
1 change: 1 addition & 0 deletions src/mixer2/sleid0r/sleid0r_wipe-circle.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#define _USE_MATH_DEFINES
#include <math.h>
#include <frei0r.h>

Expand Down

0 comments on commit ade083a

Please sign in to comment.