[script] remove duplicated libraries in dependency list for some libopenfpga
This commit is contained in:
parent
c0b1d76a5e
commit
a52597361b
|
@ -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
|
||||
|
|
|
@ -22,7 +22,6 @@ target_link_libraries(libarchopenfpga
|
|||
libopenfpgautil
|
||||
libvtrutil
|
||||
libarchfpga
|
||||
libpugixml
|
||||
libpugiutil)
|
||||
|
||||
#Create the test executable
|
||||
|
|
|
@ -22,7 +22,6 @@ target_link_libraries(libbusgroup
|
|||
libopenfpgautil
|
||||
libarchopenfpga
|
||||
libvtrutil
|
||||
libpugixml
|
||||
libpugiutil)
|
||||
|
||||
#Create the test executable
|
||||
|
|
|
@ -22,7 +22,6 @@ target_link_libraries(libfabrickey
|
|||
libopenfpgautil
|
||||
libarchopenfpga
|
||||
libvtrutil
|
||||
libpugixml
|
||||
libpugiutil)
|
||||
|
||||
#Create the test executable
|
||||
|
|
|
@ -22,7 +22,6 @@ target_link_libraries(libfpgabitstream
|
|||
libopenfpgautil
|
||||
libarchopenfpga
|
||||
libvtrutil
|
||||
libpugixml
|
||||
libpugiutil)
|
||||
|
||||
#Create the test executable
|
||||
|
|
|
@ -24,7 +24,6 @@ target_link_libraries(libpcf
|
|||
libarchopenfpga
|
||||
libvtrutil
|
||||
libblifparse
|
||||
libpugixml
|
||||
libpugiutil)
|
||||
|
||||
#Create the test executable
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue