mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
13 lines
438 B
Text
13 lines
438 B
Text
--- bba/CMakeLists.txt.orig 2025-03-25 22:08:07 UTC
|
|
+++ bba/CMakeLists.txt
|
|
@@ -9,7 +9,7 @@ target_link_libraries(bbasm LINK_PRIVATE
|
|
add_executable(bbasm
|
|
main.cc)
|
|
target_link_libraries(bbasm LINK_PRIVATE
|
|
- ${Boost_PROGRAM_OPTIONS_LIBRARY}
|
|
- ${Boost_FILESYSTEM_LIBRARY}
|
|
- ${Boost_SYSTEM_LIBRARY})
|
|
+ Boost::program_options
|
|
+ Boost::filesystem
|
|
+ Boost::system)
|
|
export(TARGETS bbasm FILE ${CMAKE_BINARY_DIR}/bba-export.cmake)
|