just Boost_PROGRAM_OPTIONS_LIBRARY
This commit is contained in:
parent
e3ce2f544d
commit
8a498c501f
@ -5,7 +5,7 @@ ENDIF(CMAKE_CROSSCOMPILING)
|
|||||||
|
|
||||||
IF(NOT CMAKE_CROSSCOMPILING)
|
IF(NOT CMAKE_CROSSCOMPILING)
|
||||||
ADD_EXECUTABLE(bbasm bba/main.cc)
|
ADD_EXECUTABLE(bbasm bba/main.cc)
|
||||||
target_link_libraries(bbasm LINK_PUBLIC ${Boost_LIBRARIES})
|
target_link_libraries(bbasm LINK_PUBLIC ${Boost_PROGRAM_OPTIONS_LIBRARY})
|
||||||
ENDIF(NOT CMAKE_CROSSCOMPILING)
|
ENDIF(NOT CMAKE_CROSSCOMPILING)
|
||||||
|
|
||||||
IF(NOT CMAKE_CROSSCOMPILING)
|
IF(NOT CMAKE_CROSSCOMPILING)
|
||||||
|
Loading…
Reference in New Issue
Block a user