set(SOURCES
  CreateFileW.cpp
)

add_executable(paltest_createfilew_test1
  ${SOURCES}
)

add_dependencies(paltest_createfilew_test1 coreclrpal)

target_link_libraries(paltest_createfilew_test1
  ${COMMON_TEST_LIBRARIES}
)
