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)


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