Skip to content

Commit

Permalink
Cmake update
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocoh committed Oct 12, 2024
1 parent fbe53cd commit 12ce5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snl/python/snl_wrapping/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(SOURCES
PySNLNetComponents.cpp
PySNLTerms.cpp PySNLBitTerms.cpp PySNLScalarTerms.cpp PySNLBusTerms.cpp
PySNLNets.cpp PySNLBitNets.cpp PySNLScalarNets.cpp PySNLBusNets.cpp
PySNLInstances.cpp PySNLInstTerms.cpp PySNLPath.cpp
PySNLInstances.cpp PySNLInstTerms.cpp PySNLPath.cpp PySNLOccurrence.cpp
)

Python3_add_library(naja_snl_python SHARED ${SOURCES})
Expand Down

0 comments on commit 12ce5ba

Please sign in to comment.