1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:37:47 +00:00

Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and Lagom

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.
This commit is contained in:
Andrew Kaster 2021-09-07 01:50:09 -06:00 committed by Ali Mohammad Pur
parent a269a32a17
commit 6e7cc40b18
3 changed files with 12 additions and 8 deletions

View file

@ -1,4 +1,4 @@
include(${SERENITY_PROJECT_ROOT}/Meta/CMake/commonmark_spec.cmake)
include(commonmark_spec)
set(TEST_SOURCES
TestCommonmark.cpp