Add PInvoke/Array tests (#19266)
[platform/upstream/coreclr.git] / tests / src / Interop / PInvoke / Array / MarshalArrayAsParam / LPArrayNative / CMakeLists.txt
1 #VCXPROJ 
2 cmake_minimum_required (VERSION 2.6) 
3 project (MarshalArrayLPArrayNative) 
4 include ("${CLR_INTEROP_TEST_ROOT}/Interop.cmake")
5 include_directories("../..")
6 include_directories(${INC_PLATFORM_DIR}) 
7 set(SOURCES 
8     MarshalArrayLPArrayNative.cpp 
9
10
11 # add the executable 
12 add_library (MarshalArrayLPArrayNative SHARED ${SOURCES})
13 target_link_libraries(MarshalArrayLPArrayNative ${LINK_LIBRARIES_ADDITIONAL})  
14 # add the install targets 
15 install (TARGETS MarshalArrayLPArrayNative DESTINATION bin)