8 lines
140 B
CMake
8 lines
140 B
CMake
|
|
||
|
include(WriteCompilerDetectionHeader)
|
||
|
|
||
|
write_compiler_detection_header(
|
||
|
FILE_TYPO "${CMAKE_CURRENT_BINARY_DIR}/somefile"
|
||
|
PREFIX Pref
|
||
|
)
|