Skip to content

Commit

Permalink
samples/simple: Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
res2k committed Dec 20, 2024
1 parent 4bbbd4a commit 44a5646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/simple/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(ROOT_NAMESPACE "winui3_cmake_simple") # must match XAML class namespaces etc
set(WINSDK_VERSION 10.0.17763.0)
set(common_args
WINSDK_VERSION ${WINSDK_VERSION}
NAMESPACE "winui3_cmake_simple"
NAMESPACE "${ROOT_NAMESPACE}"
PCH "pch.h")

generate_XamlMetaDataProvider(OUTDIR "${CMAKE_CURRENT_BINARY_DIR}/XamlMetaDataProvider"
Expand Down

0 comments on commit 44a5646

Please sign in to comment.