Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Apr 19, 2024
1 parent 15a5e3a commit d7a7ec2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ add_compile_options(
-Wpedantic
-DLOG_TAG=\"Fabric\")

file(GLOB react_render_mounting_SRC CONFIGURE_DEPENDS *.cpp)
file(GLOB react_render_mounting_SRC CONFIGURE_DEPENDS
*.cpp
stubs/*.cpp)
add_library(react_render_mounting STATIC ${react_render_mounting_SRC})

target_include_directories(react_render_mounting PRIVATE .)
Expand Down

0 comments on commit d7a7ec2

Please sign in to comment.