mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
6e7cc40b18
This makes it so we don't need to specify the full path to all the helper scripts we include() from different places in the codebase and feels a lot cleaner.
9 lines
180 B
CMake
9 lines
180 B
CMake
include(commonmark_spec)
|
|
|
|
set(TEST_SOURCES
|
|
TestCommonmark.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibMarkdown LIBS LibMarkdown)
|
|
endforeach()
|