mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
7 lines
95 B
Text
7 lines
95 B
Text
|
set(SOURCES
|
||
|
Chess.cpp
|
||
|
)
|
||
|
|
||
|
serenity_lib(LibChess chess)
|
||
|
target_link_libraries(LibChess LibC)
|