mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 19:02:51 +00:00
6 lines
142 B
CMake
6 lines
142 B
CMake
|
|
if(NOT MSVC)
|
|
set(HAVE_C99_INITIALIZERS 1)
|
|
endif()
|
|
|
|
configure_file (config-chiasmus.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-chiasmus.h )
|