summaryrefslogtreecommitdiff
path: root/tests/src/Interop/StringMarshalling/LPSTR/CMakeLists.txt
blob: aa3fd76ff6e10bc8c0b7de56fb49f6bc56229ac2 (plain)
1
2
3
4
5
6
7
8
9
10
cmake_minimum_required (VERSION 2.6)
project (LPSTRTestNative)
set(SOURCES LPSTRTestNative.cpp )

# add the executable
add_library (LPSTRTestNative SHARED ${SOURCES})
target_link_libraries(LPSTRTestNative ${LINK_LIBRARIES_ADDITIONAL}) 

# add the install targets
install (TARGETS LPSTRTestNative DESTINATION bin)