1
0
Fork 0

Move common visualizer keyframes into visualizer_keyframes.h

This commit is contained in:
Fred Sundvik 2017-04-05 10:14:24 +03:00
parent 64d63ab422
commit b7041d06ae
7 changed files with 54 additions and 12 deletions

View file

@ -20,7 +20,8 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
SRC += $(VISUALIZER_DIR)/visualizer.c
SRC += $(VISUALIZER_DIR)/visualizer.c \
$(VISUALIZER_DIR)/visualizer_keyframes.c
EXTRAINCDIRS += $(GFXINC) $(VISUALIZER_DIR)
GFXLIB = $(LIB_PATH)/ugfx
VPATH += $(VISUALIZER_PATH)