2015-11-12 04:32:53 +00:00
|
|
|
add_executable(heclTest WIN32 main.cpp)
|
|
|
|
target_link_libraries(heclTest
|
2015-11-13 02:12:09 +00:00
|
|
|
HECLDatabase HECLRuntime HECLBackend HECLFrontend HECLBlender HECLCommon AthenaCore
|
|
|
|
LogVisor Boo ${ZLIB_LIBRARIES} ${BOO_SYS_LIBS})
|