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