diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:56:25 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-07 10:56:25 +0100 |
commit | 87ae4d186ad64531e96fd3e121112f2787894295 (patch) | |
tree | 7e6efdf1cc66f63a9db0f1625e2d3e98647032e3 /src/crepe/facade/CMakeLists.txt | |
parent | aa2d2e05bc90b90ab503eff1f58bfc8c2b9c1741 (diff) |
revert signalcatch
Diffstat (limited to 'src/crepe/facade/CMakeLists.txt')
-rw-r--r-- | src/crepe/facade/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/facade/CMakeLists.txt b/src/crepe/facade/CMakeLists.txt index 4873e8d..243ae46 100644 --- a/src/crepe/facade/CMakeLists.txt +++ b/src/crepe/facade/CMakeLists.txt @@ -6,7 +6,6 @@ target_sources(crepe PUBLIC DB.cpp FontFacade.cpp Font.cpp - SignalCatch.cpp ) target_sources(crepe PUBLIC FILE_SET HEADERS FILES @@ -17,6 +16,5 @@ target_sources(crepe PUBLIC FILE_SET HEADERS FILES DB.h FontFacade.h Font.h - SignalCatch.h ) |