Skip to content

Commit

Permalink
Unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukak committed Mar 25, 2021
1 parent 73f2ce3 commit 67f64e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ elseif(WIN32)

set(PDCURSES_LIBRARIES ${PDCURSES_LIB_NAME})
else()
set(ADDITIONAL_LINK_DIRECTORIES ${PDCURSES_LIB_PATH})
set(PDCURSES_LIBRARIES pdcurses)
endif()

Expand Down Expand Up @@ -116,7 +115,6 @@ target_compile_options(${PROJECT_NAME} PUBLIC ${C_PROJECT_COMPILE_FLAGS})
target_link_libraries(${PROJECT_NAME} PUBLIC ${C_PROJECT_LINK_FLAGS} ${LIBRARIES})
target_compile_definitions(${PROJECT_NAME} PUBLIC ${C_PROJECT_COMPILE_DEFINITIONS})
target_include_directories(${PROJECT_NAME} PRIVATE src PUBLIC include ${ADDITIONAL_INCLUDE_DIRECTORIES})
target_link_directories(${PROJECT_NAME} PUBLIC ${ADDITIONAL_LINK_DIRECTORIES})

install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin COMPONENT binary)

Expand Down Expand Up @@ -151,6 +149,4 @@ if (TESTS_ENABLED) # gcc or mingw
target_include_directories(${PROJECT_TEST_NAME} PRIVATE src PUBLIC
${PROJECT_INCLUDE_DIRECTORIES}
${ADDITIONAL_INCLUDE_DIRECTORIES})
target_link_directories(${PROJECT_TEST_NAME} PUBLIC ${ADDITIONAL_LINK_DIRECTORIES})

endif()

0 comments on commit 67f64e3

Please sign in to comment.