fix build

This commit is contained in:
Georgi Gerganov
2019-08-10 12:58:36 +03:00
parent a24a1126b3
commit df097e2e6d

View File

@@ -29,4 +29,4 @@ string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)
add_executable(wave-share main.cpp)
target_include_directories(wave-share PUBLIC ${FFTW_INCLUDE_DIRS} ${SDL2_INCLUDE_DIRS})
target_link_libraries(wave-share PUBLIC ${FFTW_LIBRARIES} ${SDL2_LIBRARIES})
target_link_libraries(wave-share PUBLIC ${CMAKE_THREAD_LIBS_INIT} ${FFTW_LIBRARIES} ${SDL2_LIBRARIES})