blob: f102b9416b7202cdcb8896f76c5d07face4e6784 [file] [log] [blame] [edit]
set_property(SOURCE rot13.c PROPERTY LANGUAGE C)
add_library(rot13 SHARED rot13.c rot13.h)
include(CMakePrintHelpers)
cmake_print_properties(
TARGETS rot13
PROPERTIES
SOURCES
POSITION_INDEPENDENT_CODE
)
cmake_print_properties(
SOURCES rot13.c
PROPERTIES
LOCATION
LANGUAGE
)