aboutsummaryrefslogtreecommitdiff
path: root/windows/CMakeLists.txt
blob: 88e75486035957f7dfacac89ebd2032a8dd14c3b (plain)
1
2
3
4
5
6
7
8

add_executable(testc_windows testc.c)
target_link_libraries(testc_windows onig)
if(NOT MSVC)
  target_compile_options(testc_windows
    PRIVATE --input-charset=cp932 --exec-charset=cp932
  )
endif(NOT MSVC)