Created
October 18, 2016 11:07
-
-
Save mirsking/8da80f5297bc3266bf12c25aed81f988 to your computer and use it in GitHub Desktop.
qtcreator_with_all_files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FILE(GLOB_RECURSE extra_files ${CMAKE_SOURCE_DIR}/*) | |
add_custom_target(dummy_${PROJECT_NAME} SOURCES ${extra_files}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment