SET(CMAKE_INCLUDE_CURRENT_DIR ON) SET(SOURCES GLexample.rc main.cpp resource.h ) INCLUDE_DIRECTORIES("../Awesomium") ADD_EXECUTABLE(GLexample ${SOURCES}) TARGET_LINK_LIBRARIES( GLexample Awesomium ) TARGET_LINK_LIBRARIES( GLexample opengl32 glu32 winmm )