Created
November 10, 2017 21:15
-
-
Save yunyu/bc46e60693561c9bffc01c6d775f909e to your computer and use it in GitHub Desktop.
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 HIGHLIGHT_FILES src/*.cpp include/*.h) | |
add_executable(clionhack ${HIGHLIGHT_FILES}) | |
set_target_properties(clionhack PROPERTIES LINKER_LANGUAGE CXX) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment