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