Browse Source

Move standalone source to new adapters folder.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
de0cb6631b
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile
  2. +0
    -0
      adapters/standalone.cpp

+ 1
- 1
Makefile View File

@@ -17,7 +17,7 @@ SOURCES += dep/pffft/pffft.c dep/pffft/fftpack.c
SOURCES += $(wildcard src/*.c src/*/*.c)
SOURCES += $(wildcard src/*.cpp src/*/*.cpp)

STANDALONE_SOURCES += $(wildcard standalone/*.cpp)
STANDALONE_SOURCES += adapters/standalone.cpp

FLAGS += -fPIC
LDFLAGS += -shared


standalone/main.cpp → adapters/standalone.cpp View File


Loading…
Cancel
Save