summaryrefslogtreecommitdiff
path: root/gr-fcd/lib/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-01-01Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
2012-04-17fcd: better fix for linker issueJosh Blum
2012-04-17fcd: fix linker issue with librt on some platformsBarry Jackson
2012-03-23fcd: convert to private implementation patternJohnathan Corgan
2012-03-22Implement conditionalized build for WIN32Johnathan Corgan
2012-03-13fcd: implement conditional build for MacOSXMichael Dickens
2012-03-11fcd: cmake build work in progressJohnathan Corgan