dev/c/cmake_lib/test/CMakeLists.txt

8 lines
174 B
CMake
Raw Normal View History

2012-05-22 13:53:04 +04:00
include_directories (${HELLO_SOURCE_DIR}/libmean)
link_directories (${HELLO_BINARY_DIR}/libmean)
add_executable (helloDemo main)
target_link_libraries (helloDemo libmean)