cmake/Tests/VSWinStorePhone/WinRT/CMakeLists.txt

14 lines
337 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
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"
)