mirror of https://github.com/dnomd343/klotski.git
Dnomd343
2 years ago
4 changed files with 45 additions and 8 deletions
@ -1,4 +1,4 @@ |
|||||
cmake_minimum_required(VERSION 3.0) |
cmake_minimum_required(VERSION 3.0) |
||||
|
|
||||
add_library(raw_code raw_code.cc) |
add_library(raw_code raw_code.cc) |
||||
target_link_libraries(raw_code common_code) |
target_link_libraries(raw_code common common_code) |
||||
|
Loading…
Reference in new issue