Skip to content

Commit 0409576

Browse files
authored
Merge pull request #1 from MathisLec/hotfix/fix_cmake
hot(fix_cmake): cmake fixed
2 parents 470e3ee + b1abcf7 commit 0409576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ add_executable(compreC main.c interface.c zipUtils.c)
66

77
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
88

9-
target_link_libraries(compreC ncursesw menu zip)
9+
target_link_libraries(compreC ncursesw zip)

0 commit comments

Comments
 (0)