mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
make ips/intc C++
This commit is contained in:
parent
14150f158f
commit
4adb889527
3 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(VILLASfpga C)
|
||||
project(VILLASfpga C CXX)
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ set(SOURCES
|
|||
ips/dft.c
|
||||
ips/fifo.c
|
||||
ips/dma.c
|
||||
ips/intc.c
|
||||
ips/intc.cpp
|
||||
ips/gpio.c
|
||||
ips/rtds_axis.c
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue