From 8784cbfebcb8a0220fb947a6070032e20b80fc2f Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 14:13:39 +0500 Subject: Another qfengine graft: resource management DECOPYPASTA DECOPYPASTA DECOPYPASTA DECOPYPASTA --- core/resource/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'core/resource/CMakeLists.txt') diff --git a/core/resource/CMakeLists.txt b/core/resource/CMakeLists.txt index ef2ffae..7df4306 100644 --- a/core/resource/CMakeLists.txt +++ b/core/resource/CMakeLists.txt @@ -3,4 +3,5 @@ target_sources(core PRIVATE "${CMAKE_CURRENT_LIST_DIR}/binfile.hh" "${CMAKE_CURRENT_LIST_DIR}/image.cc" "${CMAKE_CURRENT_LIST_DIR}/image.hh" + "${CMAKE_CURRENT_LIST_DIR}/resource.cc" "${CMAKE_CURRENT_LIST_DIR}/resource.hh") -- cgit