duhZ
This commit is contained in:
parent
7aa35093b8
commit
bf228b05c7
|
@ -20,7 +20,7 @@ LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source)
|
||||||
TARGET_LINK_LIBRARIES(complex
|
TARGET_LINK_LIBRARIES(complex
|
||||||
CMakeLib
|
CMakeLib
|
||||||
debug CMakeLib
|
debug CMakeLib
|
||||||
optimized CgMakeLib)
|
optimized CMakeLib)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Output the files required by 'complex' to a file.
|
# Output the files required by 'complex' to a file.
|
||||||
|
|
|
@ -20,7 +20,7 @@ LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source)
|
||||||
TARGET_LINK_LIBRARIES(complex
|
TARGET_LINK_LIBRARIES(complex
|
||||||
CMakeLib
|
CMakeLib
|
||||||
debug CMakeLib
|
debug CMakeLib
|
||||||
optimized CgMakeLib)
|
optimized CMakeLib)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Output the files required by 'complex' to a file.
|
# Output the files required by 'complex' to a file.
|
||||||
|
|
|
@ -20,7 +20,7 @@ LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source)
|
||||||
TARGET_LINK_LIBRARIES(complex
|
TARGET_LINK_LIBRARIES(complex
|
||||||
CMakeLib
|
CMakeLib
|
||||||
debug CMakeLib
|
debug CMakeLib
|
||||||
optimized CgMakeLib)
|
optimized CMakeLib)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Output the files required by 'complex' to a file.
|
# Output the files required by 'complex' to a file.
|
||||||
|
|
Loading…
Reference in New Issue