stellarUCI Chess engine written in C++20 |
git clone git://git.dimitrijedobrota.com/stellar.git |
Log | Files | Refs | README | LICENSE |
CMakeLists.txt (148B)
0 add_library(piece INTERFACE) 1 2 target_link_libraries(piece 3 INTERFACE attack 4 INTERFACE utils 5 ) 6 7 target_include_directories(piece INTERFACE .)