You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
389 B
9 lines
389 B
enable_language(@lang@)
|
|
|
|
# Make sure the compile command is not hidden.
|
|
string(REPLACE "${CMAKE_START_TEMP_FILE}" "" CMAKE_@lang@_COMPILE_OBJECT "${CMAKE_@lang@_COMPILE_OBJECT}")
|
|
string(REPLACE "${CMAKE_END_TEMP_FILE}" "" CMAKE_@lang@_COMPILE_OBJECT "${CMAKE_@lang@_COMPILE_OBJECT}")
|
|
|
|
set(CMAKE_@lang@_EXTENSIONS @extensions_opposite@)
|
|
add_library(foo "@RunCMake_SOURCE_DIR@/empty.@ext@")
|