Skip to content

Commit

Permalink
Move CLI bundle definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 16, 2024
1 parent bdb0683 commit 3aac7b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,6 @@ add_bare_bundle(
CONFIG src/bundle.config.js
)

add_bare_bundle(
ENTRY bin/bare.js
OUT bin/bare.bundle.h
CONFIG bin/bundle.config.js
DEPENDS
bin/bare.js
bin/bundle.config.js
)

add_library(bare OBJECT)

set_target_properties(
Expand Down Expand Up @@ -274,6 +265,15 @@ if(target MATCHES "win32")
)
endif()

add_bare_bundle(
ENTRY bin/bare.js
OUT bin/bare.bundle.h
CONFIG bin/bundle.config.js
DEPENDS
bin/bare.js
bin/bundle.config.js
)

include_bare_module(bare-pipe bare_pipe)
include_bare_module(bare-repl bare_repl)
include_bare_module(bare-tty bare_tty)
Expand Down

0 comments on commit 3aac7b6

Please sign in to comment.