Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
422c1de564cec5689de052d5eb0c2ddd7065833c
/
.
/
Tests
/
RunCMake
/
LinkLibrariesProcessing
/
InvalidConfiguration2.cmake
blob: c9da734304009e5ffb084c9924a9eeab6bc5aa97 [
file
]
enable_language
(
C
)
set
(
CMAKE_C_LINK_LIBRARIES_PROCESSING UNICITY
=
ALL ORDER
)
add_library
(
lib STATIC lib
.
c
)
add_executable
(
main main
.
c
)
target_link_libraries
(
main PRIVATE lib
)