1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 03:11:00 +00:00
serenity/Shell/CMakeLists.txt

7 lines
108 B
CMake

set(SOURCES
main.cpp
Parser.cpp
)
serenity_bin(Shell)
target_link_libraries(Shell LibCore LibLine)