There was an error while loading. Please reload this page.
1 parent 48da691 commit 82936a3Copy full SHA for 82936a3
2 files changed
CHANGELOG.md
@@ -26,6 +26,14 @@
26
27
- NIL
28
29
+## [1.2.0] - 2026-02-15
30
+
31
+### Fixed
32
33
+- CMake functions filename in package config (`nfxResourcegenFunctions.cmake` → `nfxResourceFunctions.cmake`)
34
+- Resource generator CLI path resolution in installed packages via `find_package()`
35
+- Separate CMake functions template for build vs installed configurations
36
37
## [1.1.0] - 2026-01-27
38
39
### Added
CMakeLists.txt
@@ -9,7 +9,7 @@
9
cmake_minimum_required(VERSION 3.20)
10
11
project(nfx-resource
12
- VERSION 1.1.0
+ VERSION 1.2.0
13
DESCRIPTION "C++ Resource Embedding - Header-only interface library + code generation tool"
14
HOMEPAGE_URL "https://github.com/nfx-libs/nfx-resource"
15
LANGUAGES CXX
0 commit comments