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.
11 lines
213 B
11 lines
213 B
cmake_minimum_required(VERSION 3.12)
|
|
|
|
add_subdirectory(core)
|
|
add_subdirectory(core_ffi)
|
|
|
|
if (KLSK_ENABLE_TESTING)
|
|
add_subdirectory(core_test)
|
|
endif()
|
|
|
|
#project(klotski-cli LANGUAGES C)
|
|
#set(CMAKE_C_STANDARD 90)
|
|
|