- Timestamp:
- Apr 20, 2021, 5:56:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake-modules/GlobalCmakeFlair.cmake
r374 r418 184 184 endforeach() 185 185 endforeach() 186 187 FLAIR_DEMO(${ARGV}) 186 #reconstruct arguments because src_files is a list 187 #todo, use multiValueArgs for src_file; but it will brake all demos cmakelists... 188 FLAIR_DEMO(${ARGV0} "${ARGV1}" ${ARGV2} ${ARGV3} ${ARGV4}) 188 189 else() 189 190 warn("${PROJECT_NAME} will not be built for ${CMAKE_SYSTEM_PROCESSOR} architecture")
Note:
See TracChangeset
for help on using the changeset viewer.