Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/dbSta/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

include("openroad")

find_package(Boost CONFIG REQUIRED COMPONENTS json)

add_library(dbSta_lib
dbSta.cc
dbNetwork.cc
Expand All @@ -26,6 +28,7 @@ target_link_libraries(dbSta_lib
OpenSTA
PRIVATE
utl_lib
Boost::json
)

swig_lib(NAME dbSta
Expand Down
1 change: 0 additions & 1 deletion src/dbSta/src/dbSta.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <vector>

#include "boost/json.hpp"
#include "boost/json/src.hpp"
#include "dbSdcNetwork.hh"
#include "db_sta/dbNetwork.hh"
#include "odb/db.h"
Expand Down
Loading