summaryrefslogtreecommitdiff
path: root/Tests/VSWinStorePhone/WinRT/CMakeLists.txt
blob: bb933336068b21dc2ff36ef83dcc760bae32bcb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project(JusticeLeagueWinRT CXX)

# create project
add_library(JusticeLeagueWinRT SHARED
  "${CMAKE_CURRENT_SOURCE_DIR}/Batman.cpp"
  "${CMAKE_CURRENT_SOURCE_DIR}/Batman.h"
)

set_target_properties(JusticeLeagueWinRT PROPERTIES
  VS_WINRT_COMPONENT TRUE
  VS_GLOBAL_ROOTNAMESPACE "JusticeLeagueWinRT"
  OUTPUT_NAME "JusticeLeagueWinRT"
)