sound-example icon indicating copy to clipboard operation
sound-example copied to clipboard

Maybe add_dependecy?

Open Miail opened this issue 7 years ago • 0 comments

Your CMakeList currently doesn't build the external_projects before your target, which causes some problems with building your project.

Maybe adding a line such as

add_dependencies(${PROJECT_NAME} project_portaudio project_libsndfile) would help?

Miail avatar Oct 24 '17 00:10 Miail