Method: CKick::CFlag#cmake
- Defined in:
- lib/ckick/cflag.rb
#cmake ⇒ Object
appends $CMAKE_C_FLAGS (CMake C compiler flags)
13 14 15 |
# File 'lib/ckick/cflag.rb', line 13 def cmake %Q|set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} #{@content}")| end |