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