Skip to content

Commit

Permalink
Move moeaframework library to shared directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Nov 28, 2023
1 parent f69dd7f commit 69d5734
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 2,502 deletions.
5 changes: 3 additions & 2 deletions native/LRGV/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
CC=g++
TARGET=lrgv
SRC_DIR = src
C_FLAGS=-O3 -I$(SRC_DIR) -DLINUX
SHARED_DIR = ../shared
C_FLAGS=-O3 -I$(SRC_DIR) -I$(SHARED_DIR) -DLINUX
SOURCE = $(SRC_DIR)/lrgv_main.cpp \
$(SRC_DIR)/moeaframework.c \
$(SHARED_DIR)/moeaframework.c \
$(SRC_DIR)/lrgv_functions.cpp \
$(SRC_DIR)/lrgv_input.cpp \
$(SRC_DIR)/lrgv_memory.cpp \
Expand Down
Loading

0 comments on commit 69d5734

Please sign in to comment.