mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
enabling Makefile configuration with build folder support
This commit is contained in:
parent
99c91987fb
commit
6b81b26ffc
130 changed files with 1829 additions and 796 deletions
|
@ -1,5 +1,10 @@
|
|||
PROJECT = vx_malloc
|
||||
ROOT_DIR := $(realpath ../../..)
|
||||
include $(ROOT_DIR)/config.mk
|
||||
|
||||
SRCS = main.cpp
|
||||
PROJECT := vx_malloc
|
||||
|
||||
SRC_DIR := $(VORTEX_HOME)/tests/unittest/$(PROJECT)
|
||||
|
||||
SRCS := $(SRC_DIR)/main.cpp
|
||||
|
||||
include ../common.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue