[script] remove duplicated libraries in dependency list for some libopenfpga

This commit is contained in:
tangxifan 2022-08-18 11:34:01 -07:00
parent c0b1d76a5e
commit a52597361b
7 changed files with 2 additions and 7 deletions

View File

@ -39,7 +39,7 @@ set(VTR_ASSERT_LEVEL "2" CACHE STRING "VTR assertion checking level. 0: no asser
set_property(CACHE VTR_ASSERT_LEVEL PROPERTY STRINGS 0 1 2 3 4)
#Create the project
project("OPENFPGA" C CXX)
project("OpenFPGA-tool-suites" C CXX)
# Options
# Option to enable/disable graphic in compilation

View File

@ -22,7 +22,6 @@ target_link_libraries(libarchopenfpga
libopenfpgautil
libvtrutil
libarchfpga
libpugixml
libpugiutil)
#Create the test executable

View File

@ -22,7 +22,6 @@ target_link_libraries(libbusgroup
libopenfpgautil
libarchopenfpga
libvtrutil
libpugixml
libpugiutil)
#Create the test executable

View File

@ -22,7 +22,6 @@ target_link_libraries(libfabrickey
libopenfpgautil
libarchopenfpga
libvtrutil
libpugixml
libpugiutil)
#Create the test executable

View File

@ -22,7 +22,6 @@ target_link_libraries(libfpgabitstream
libopenfpgautil
libarchopenfpga
libvtrutil
libpugixml
libpugiutil)
#Create the test executable

View File

@ -24,7 +24,6 @@ target_link_libraries(libpcf
libarchopenfpga
libvtrutil
libblifparse
libpugixml
libpugiutil)
#Create the test executable

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
project("libopenfpga")
project("openfpga")
file(GLOB_RECURSE EXEC_SOURCE src/main.cpp)
file(GLOB_RECURSE LIB_SOURCES src/*/*.cpp)