Skip to content

Commit

Permalink
Namespace sources
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Feb 13, 2024
1 parent d644c4a commit aeaaf14
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/engine/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
noa_library(NAMESPACE sourcemeta PROJECT includejs NAME engine
FOLDER "IncludeJS/Engine"
PRIVATE_HEADERS context.h error.h promise.h value.h
SOURCES engine.cc engine_context.cc engine_promise.cc engine_value.cc)
SOURCES
javascript_core/engine.cc
javascript_core/engine_context.cc
javascript_core/engine_promise.cc
javascript_core/engine_value.cc)

if(INCLUDEJS_INSTALL)
noa_library_install(NAMESPACE sourcemeta PROJECT includejs NAME engine)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aeaaf14

Please sign in to comment.