fix(windows): Recreate windows files to make sure windows compiles
This commit is contained in:
parent
9806428c62
commit
bac6dceaaf
17 changed files with 195 additions and 93 deletions
|
|
@ -7,12 +7,12 @@ add_executable(${BINARY_NAME} WIN32
|
|||
"run_loop.cpp"
|
||||
"utils.cpp"
|
||||
"win32_window.cpp"
|
||||
"window_configuration.cpp"
|
||||
"${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc"
|
||||
"Runner.rc"
|
||||
"runner.exe.manifest"
|
||||
)
|
||||
apply_standard_settings(${BINARY_NAME})
|
||||
target_compile_definitions(${BINARY_NAME} PRIVATE "NOMINMAX")
|
||||
target_link_libraries(${BINARY_NAME} PRIVATE flutter flutter_wrapper_app)
|
||||
target_include_directories(${BINARY_NAME} PRIVATE "${CMAKE_SOURCE_DIR}")
|
||||
add_dependencies(${BINARY_NAME} flutter_assemble)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue