Skip to content

Commit

Permalink
fix launcher target
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob committed Jun 25, 2024
1 parent 94beee9 commit 831252f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amnesia/src/launcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ if(WIN32)
list(APPEND launcher_sources ${WINDOWS_RESOURCE_FILE})
endif()

add_executable(Launcher ${launcher_sources})

target_link_libraries(Launcher HPL2 ${FLTK_IMAGES_LIBRARY} ${FLTK_LIBRARY} ${JPEG_LIBRARY})

if (LINUX)
Expand Down

0 comments on commit 831252f

Please sign in to comment.