Skip to content

Instantly share code, notes, and snippets.

@yunyu
Created November 10, 2017 21:15
Show Gist options
  • Save yunyu/bc46e60693561c9bffc01c6d775f909e to your computer and use it in GitHub Desktop.
Save yunyu/bc46e60693561c9bffc01c6d775f909e to your computer and use it in GitHub Desktop.
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