update android and web projects
This commit is contained in:
@@ -123,6 +123,9 @@ add_library(
|
|||||||
../../src/node_dialog_export_ppbr.cpp
|
../../src/node_dialog_export_ppbr.cpp
|
||||||
../../src/node_panel_animation.cpp
|
../../src/node_panel_animation.cpp
|
||||||
../../src/mp4enc.cpp
|
../../src/mp4enc.cpp
|
||||||
|
../../src/node_remote_page.cpp
|
||||||
|
../../src/node_shorcuts.cpp
|
||||||
|
../../src/node_metadata.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(native-lib PRIVATE
|
target_include_directories(native-lib PRIVATE
|
||||||
|
|||||||
@@ -98,6 +98,10 @@ add_executable(panopainter
|
|||||||
../src/node_input_box.cpp
|
../src/node_input_box.cpp
|
||||||
../src/node_dialog_export_ppbr.cpp
|
../src/node_dialog_export_ppbr.cpp
|
||||||
../src/node_panel_animation.cpp
|
../src/node_panel_animation.cpp
|
||||||
|
../src/mp4enc.cpp
|
||||||
|
../src/node_remote_page.cpp
|
||||||
|
../src/node_shorcuts.cpp
|
||||||
|
../src/node_metadata.cpp
|
||||||
)
|
)
|
||||||
target_compile_options(panopainter PRIVATE -std=c++14 -O3)
|
target_compile_options(panopainter PRIVATE -std=c++14 -O3)
|
||||||
set_target_properties(panopainter PROPERTIES
|
set_target_properties(panopainter PROPERTIES
|
||||||
|
|||||||
Reference in New Issue
Block a user