mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
dfd6f1f290
Otherwise those will be interpreted as start of a comment Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
4 lines
192 B
CMake
4 lines
192 B
CMake
enable_language(C)
|
|
add_library(some /${CMAKE_CURRENT_SOURCE_DIR}/someFileWithoutSpecialChars)
|
|
set_property(SOURCE /${CMAKE_CURRENT_SOURCE_DIR}/someFileWithoutSpecialChars PROPERTY LANGUAGE C)
|