index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
VSWinStorePhone
/
CxxDLL
/
CMakeLists.txt
blob: 6bd32a20d03564b01bc12c55adbbed8f519de5ef (
plain
)
1
2
3
project(CxxDll CXX) add_library(CxxDll SHARED cxxdll.cpp)