Skip to content

Commit

Permalink
Add missing namespaced alias target in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Madour committed Mar 17, 2024
1 parent 6a36ef2 commit 6344cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ configure_file(${PROJECT_SOURCE_DIR}/src/Version.hpp.in ${PROJECT_BINARY_DIR}/in

# create the static library target
add_library(LDtkLoader STATIC ${LDtkLoader_SRC} ${LDtkLoader_INC})
add_library(LDtkLoader::LDtkLoader ALIAS LDtkLoader)

# set compile options
if (MSVC)
Expand Down

0 comments on commit 6344cb1

Please sign in to comment.