Skip to content

Commit

Permalink
Merge pull request #667 from bettio/add-missing-pubsub
Browse files Browse the repository at this point in the history
Fix missing module in eavmlib CMakeLists.txt

avm_pubsub wasn't built with eavmlib.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
  • Loading branch information
bettio committed Jul 7, 2023
2 parents 31b1035 + 3f8f9dc commit b436c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/eavmlib/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ include(BuildErlang)

set(ERLANG_MODULES
atomvm
avm_pubsub
console
esp
gpio
Expand Down

0 comments on commit b436c1c

Please sign in to comment.