[CMake] How to use different assemblers in single build?

Alexey Istomin strowil at yandex.ru
Mon May 14 06:23:00 EDT 2012



>> Thanks! set_source_files_properties works fine!
>> It seams last question. Is it possible to place
>> CMakeASM-DSPInformation.cmake, CMakeDetermineASM-DSPCompiler.cmake and
>> CMakeTestASM-DSPCompiler.cmake files inside the project (without copy to
>> system usr\share\cmake-2.8.7\Modules)? In this case we don't need to
>> explain for users how to add these files to system before build.

>
> Does it work if you set CMAKE_MODULE_PATH to the directory where you put these files ?
>
> Alex


Yes! it works fine. Thanks.
Alex


More information about the CMake mailing list