TLeconte / acarsdec

ACARS SDR decoder
329 stars 88 forks source link

Allow out-of-source builds #40

Closed SammysHP closed 5 years ago

SammysHP commented 6 years ago

Currently the makefiles support only in-source builds. It would be nice to get out-of-source build support like

$ mkdir build
$ cd build
$ make -f ../Makefile.rtl
TLeconte commented 5 years ago

Use cmake now