Skip to content

Commit

Permalink
Default template should be exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Foster committed Mar 11, 2024
1 parent a06476e commit 16d8414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ set(IDICMAKE_VENDOR_NAMESPACE "idi")
set(IDICMAKE_APP_NAMESPACE "app")

# If IDICMAKE_IS_LIBRARY is set to true the project will be built as a library.
set(IDICMAKE_IS_LIBRARY true)
set(IDICMAKE_IS_LIBRARY false)

# If IDICMAKE_IS_SHARED is set to true then the project will build as a shared library.
# If it is set to false it will build as a static library. This requires
# IDICMAKE_IS_LIBRARY being set to true
set(IDICMAKE_IS_SHARED true)
set(IDICMAKE_IS_SHARED false)

0 comments on commit 16d8414

Please sign in to comment.