This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/tutorial/Templates/CMakeLists.txt.top-tmpl
2007-08-10 14:29:12 +00:00

22 lines
709 B
Text
Executable file

######################################################################################
### 1) Main project config
######################################################################################
# set the project name
PROJECT(MyStructEA)
# set a language for the entire project.
ENABLE_LANGUAGE(CXX)
#####################################################################################
######################################################################################
### 2) Where must cmake go now ?
######################################################################################
SUBDIRS(src)
######################################################################################