Skip to content

Commit 780fc6a

Browse files
chore(cmake): rename nfxHashingSources to nfxHashingTarget
1 parent 5c7df24 commit 780fc6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
8383

8484
include(nfxHashingBuildConfig)
8585
include(nfxHashingDependencies)
86-
include(nfxHashingSources)
86+
include(nfxHashingTarget)
8787

8888
#----------------------------------------------
8989
# Installation and packaging
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#==============================================================================
2-
# nfx-hashing - CMake Sources
2+
# nfx-hashing - CMake target
33
#==============================================================================
44

55
#----------------------------------------------

0 commit comments

Comments
 (0)