Created
May 21, 2012 12:43
-
-
Save EarlOfEgo/2762145 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
set(INCLUDE_DIR include) | |
set(SOURCE_DIR src) | |
set(LIBRARY_DIR lib) | |
set(RESOURCE_DIR res) | |
set(USERINTERFACE_DIR uis) | |
set(TARGET_DIR bin) | |
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/${TARGET_DIR} ) | |
set(SKYPE_API skypeapi) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment