Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
turanszkij authored Feb 23, 2024
1 parent 7ff75ec commit 5c645a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WickedEngine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ set(HEADER_FILES
wiVideo.h
wiVoxelGrid.h
wiPathQuery.h
wiVoxelGrid_BindLua.h
wiPathQuery_BindLua.h
)

add_library(${TARGET_NAME} ${WICKED_LIBRARY_TYPE}
Expand Down Expand Up @@ -224,6 +226,8 @@ add_library(${TARGET_NAME} ${WICKED_LIBRARY_TYPE}
wiVideo.cpp
wiVoxelGrid.cpp
wiPathQuery.cpp
wiVoxelGrid_BindLua.cpp
wiPathQuery_BindLua.cpp
${HEADER_FILES}
)
add_library(WickedEngine ALIAS ${TARGET_NAME})
Expand Down

0 comments on commit 5c645a9

Please sign in to comment.