mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
12 lines
138 B
CMake
12 lines
138 B
CMake
set(SRCS
|
|
mixer.cpp
|
|
wav_read.cpp)
|
|
|
|
set(SRCS ${SRCS})
|
|
|
|
add_library(mixer STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|