[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] sc-plugins -- passing cpp flags to the compiler via CMakeLists.txt



thanks Dan, this works.

here is a bit more documentation (in case someone reads this in the future):
http://www.cmake.org/cmake/help/cmake2.6docs.html#command:set_property


will soon have the reverb ready.
And expect some great "one more thing" :)

cheers
	Till


On 16.10.2013, at 14:28, Bovermann Till <till.bovermann@xxxxxxxx> wrote:

> Dear friends,
> 
> In order to get the reverb plugin running in sc-plugins (developed in faust), I need to find out how to pass compiler options to the automatic build architecture used in sc-plugins.
> 
> For now, CMakeLists.txt in the sc-plugins/source directory contains a paragraph
> 
> include_directories(DEINDUGens/include)
> BUILD_PLUGIN(JPverb
> "DEINDUGens/JPverb.cpp" 
>           "" "JPverb")
> 
> which works, however, I still need to add some -D flags to get it to run properly.
> Any idea on how to do that?
> 
> cheers and thanks for your help
> 	Till
> 
> (
> just so that you know what to expect, once the reverb is available:
> 	https://vimeo.com/lfsaw/verber
> )
> _______________________________________________
> sc-dev mailing list
> 
> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
> archive: https://listarc.bham.ac.uk/marchives/sc-dev/
> search: https://listarc.bham.ac.uk/lists/sc-dev/search/


_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/