Skip to content

Commit

Permalink
Fix non-windows compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
numbaa committed Oct 3, 2024
1 parent dcda805 commit 66a8475
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/targets/targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,12 @@ if (LT_WINDOWS)
${CMAKE_CURRENT_SOURCE_DIR}/lanthing.rc.in
${CMAKE_CURRENT_SOURCE_DIR}/lanthing.rc
@ONLY)

set(LT_LANTHING_RC ${CMAKE_CURRENT_SOURCE_DIR}/lanthing.rc)
endif()

add_executable(${PROJECT_NAME}
${CMAKE_CURRENT_SOURCE_DIR}/lanthing.rc
${LT_LANTHING_RC}
${LT_SRCS}
)

Expand Down

0 comments on commit 66a8475

Please sign in to comment.