doasku

Human-like solver for sudoku
git clone git://git.dimitrijedobrota.com/doasku.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |

install-rules.cmake (122B)


1 install( 2 TARGETS doasku_exe 3 RUNTIME COMPONENT doasku_Runtime 4 ) 5 6 if(PROJECT_IS_TOP_LEVEL) 7 include(CPack) 8 endif()