Skip to content
Snippets Groups Projects
Commit 6124109a authored by Shina Maini's avatar Shina Maini
Browse files

create organ pipe branch

parent acf720f1
No related merge requests found
add_subdirectory(Applications/bChannelA) add_subdirectory(Applications/bChannelA)
add_subdirectory(Applications/bChannelVA) add_subdirectory(Applications/bChannelVA)
add_subdirectory(Applications/OrganPipe)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
########################################################
## C++ PROJECT ###
########################################################
PROJECT(OrganPipe)
INCLUDE(${APPS_ROOT}/IncludsList.cmake)
#################################################################
### LOCAL FILES ###
#################################################################
FILE(GLOB SPECIFIC_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*.h
${CMAKE_CURRENT_SOURCE_DIR}/*.cpp
${CMAKE_CURRENT_SOURCE_DIR}/*.hpp )
SET(ALL_SOURCES ${ALL_SOURCES} ${SPECIFIC_FILES})
SOURCE_GROUP(src FILES ${SPECIFIC_FILES})
SET(CAB_ADDITIONAL_LINK_LIBRARIES VirtualFluids)
#################################################################
### CREATE PROJECT ###
#################################################################
CREATE_CAB_PROJECT(opipe BINARY)
#include <iostream>
#include <string>
#include "VirtualFluids.h"
using namespace std;
//////////////////////////////////////////////////////////////////////////
int main(int argc, char* argv[])
{
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment