Add StyleSheet automatic reload function

This commit is contained in:
chenhuijun
2024-04-17 09:39:36 +08:00
parent 4c9a7e83d7
commit c6de941d95
2 changed files with 20 additions and 0 deletions

View File

@@ -88,6 +88,12 @@ if(${Req_FOUND})
target_link_libraries(${PROJECT_NAME} Req)
endif()
target_compile_definitions(${PROJECT_NAME}
PRIVATE
# If the debug configuration pass the DEBUG define to the compiler
$<$<CONFIG:Debug>:_DEBUG>
)
if(NOT UNIX)
find_program(POWERSHELL_PATH NAMES powershell)