Skip to content

Commit

Permalink
fix issue FlyGoat#252
Browse files Browse the repository at this point in the history
added install directories according to @thanhminhmr
  • Loading branch information
boredsquirrel authored Sep 5, 2023
1 parent a936ea6 commit c95d1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ ADD_LIBRARY (libryzenadj ${OS_SOURCE} ${COMMON_SOURCES})
set_target_properties(libryzenadj PROPERTIES PREFIX "")
target_link_libraries(libryzenadj ${OS_LINK_LIBRARY})
#SET_TARGET_PROPERTIES(libryzenadj PROPERTIES LINKER_LANGUAGE C)
install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})

0 comments on commit c95d1f1

Please sign in to comment.