Changeset 19619 for trunk/Mars
- Timestamp:
- 09/04/19 10:49:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/CMakeLists.txt
r19491 r19619 222 222 # - This makes sure that it is compiled 223 223 TARGET_SOURCES(mars PRIVATE dictionary/${_CINT}.cxx ${_SRCLIST}) 224 SET_SOURCE_FILES_PROPERTIES(dictionary/${_CINT}.cxx PROPERTIES COMPILE_FLAGS "-Wno-deprecated-register") 224 225 225 226 INSTALL(DIRECTORY ${subdir}/ DESTINATION "include" FILES_MATCHING PATTERN "*.h") … … 291 292 292 293 ADD_LIBRARY(mars SHARED dictionary/Core.cxx) # CMAKE_POSITION_INDEPENDENT_CODE 294 SET_SOURCE_FILES_PROPERTIES(dictionary/Core.cxx PROPERTIES COMPILE_FLAGS "-Wno-deprecated-register") 293 295 TARGET_LINK_LIBRARIES(mars 294 296 ZLIB::ZLIB
Note:
See TracChangeset
for help on using the changeset viewer.