diff options
Diffstat (limited to 'templates/native/etc/config.cmake')
-rw-r--r-- | templates/native/etc/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/native/etc/config.cmake b/templates/native/etc/config.cmake index 1c8607e..4e9ac5c 100644 --- a/templates/native/etc/config.cmake +++ b/templates/native/etc/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(NAME native-example) +set(PROJECT_NAME native-example) set(VERSION "0.0") set(PROJECT_PRETTY_NAME "Native Example") set(PROJECT_DESCRIPTION "Native AGL application example") |