Skip to content

Commit

Permalink
Add linux MEASCOMP build
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang authored Sep 29, 2023
1 parent a36755b commit c02a875
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions xxxApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,17 @@ endif
$(PROD_NAME)_LIBS := LabJack LabJackM $($(PROD_NAME)_LIBS)
endif

ifdef MEASCOMP
ifdef ULDAQ
uldaq_DIR = $(ULDAQ)/lib

$(DBD_NAME)_DBD += measCompSupport.dbd
$(PROD_NAME)_LIBS := uldaq $($(PROD_NAME)_LIBS)
$(PROD_NAME)_LIBS := measComp $($(PROD_NAME)_LIBS)
endif
endif


ifeq ($(TIRPC), YES)
$(PROD_NAME)_SYS_LIBS += tirpc
endif
Expand Down

0 comments on commit c02a875

Please sign in to comment.