mirror of https://github.com/dnomd343/klotski.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
412 B
14 lines
412 B
cmake_minimum_required(VERSION 3.12)
|
|
|
|
add_subdirectory(core)
|
|
add_subdirectory(core_ffi)
|
|
add_subdirectory(core_test)
|
|
|
|
#project(klotski-cli LANGUAGES C)
|
|
#set(CMAKE_C_STANDARD 90)
|
|
|
|
#add_executable(klotski_cli main.c)
|
|
#target_link_libraries(klotski_cli PRIVATE klotski-core)
|
|
#target_link_libraries(klotski_cli PRIVATE klotski absl::flat_hash_map)
|
|
|
|
# -labsl_hash -labsl_city -labsl_low_level_hash -labsl_raw_hash_set
|
|
|