Le 9 mars 2014 à 21:19, jmerkow a écrit :
> I am having a similar issue.
>
> I generate a number of scripts I configure with the path to the executables.
> This path is the same when using make, but with XCode or MSVSC they append
> the build type (Debug, Release, RelWithDebInfo, etc).
> Bas
I am having a similar issue.
I generate a number of scripts I configure with the path to the executables.
This path is the same when using make, but with XCode or MSVSC they append
the build type (Debug, Release, RelWithDebInfo, etc).
Bascially, this script sets a number of env variables, and a
Hello,
I have noticed an annoying difference between Xcode and make as far as the
output directory is concerned.
I have added the following to my CMakeLists.txt:
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_RUNT