Skip to content

Commit

Permalink
cleanup CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pannous committed Mar 12, 2024
1 parent f88a43a commit 6c61254
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 461 deletions.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,11 @@ endif ()
if (CONSOLE AND NOT WEBAPP)
find_package(Readline)
# find_library(Readline)
# link_libraries(wasp readline)
if (WASM)
TARGET_LINK_LIBRARIES(wasp PRIVATE readline) # => libreadline
else ()
link_libraries(wasp readline)
endif ()
endif ()


Expand Down
Loading

0 comments on commit 6c61254

Please sign in to comment.