Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzahaki authored Oct 15, 2024
1 parent dc334a1 commit f2ac0ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sudio/rateshift/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sudio\rateshift\CMakeLists.txt


cmake_minimum_required(VERSION 3.15)
project(python_rateshift LANGUAGES CXX)
Expand All @@ -20,6 +20,8 @@ else()
add_subdirectory(libsamplerate)
endif()

set_target_properties(samplerate PROPERTIES POSITION_INDEPENDENT_CODE ON)

pybind11_add_module(python_rateshift
src/python_bindings.cpp
src/rateshift.cpp
Expand Down

0 comments on commit f2ac0ee

Please sign in to comment.