Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Add back ExeFile directory for non-Windows (#20192)
Browse files Browse the repository at this point in the history
  • Loading branch information
luqunl authored Oct 1, 2018
1 parent c04fee1 commit ffe1cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Interop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ add_subdirectory(StringMarshalling/UTF8)
add_subdirectory(MarshalAPI/FunctionPointer)
add_subdirectory(MarshalAPI/IUnknown)
add_subdirectory(SizeConst)
add_subdirectory(DllImportAttribute/ExeFile)
add_subdirectory(DllImportAttribute/FileNameContainDot)
add_subdirectory(DllImportAttribute/Simple)

if(WIN32)
add_subdirectory(COM/NativeServer)
add_subdirectory(COM/NativeClients/Primitives)
add_subdirectory(DllImportAttribute/ExeFile)
add_subdirectory(IJW/FakeMscoree)

# IJW isn't supported on ARM64
Expand Down

0 comments on commit ffe1cd6

Please sign in to comment.