mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +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:
parent
a269a32a17
commit
6e7cc40b18
3 changed files with 12 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
include(${SERENITY_PROJECT_ROOT}/Meta/CMake/commonmark_spec.cmake)
|
||||
include(commonmark_spec)
|
||||
|
||||
set(TEST_SOURCES
|
||||
TestCommonmark.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue