mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
src folder
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
export pFlow_PROJECT_VERSION=v0.1
|
||||
|
||||
export pFlow_PROJECT=phasicFlow-$pFlow_PROJECT_VERSION
|
||||
export pFlow_PROJECT=phasicFlow
|
||||
|
||||
|
||||
projectDir="$HOME/PhasicFlow"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#add a library to dFlow with source files and target_link_libs (thouse under the main CMakeLists.txt)
|
||||
#add a library to pFlow with source files and target_link_libs (thouse under the main CMakeLists.txt)
|
||||
macro(pFlow_make_executable_install target_name source_files target_link_libs)
|
||||
|
||||
# add library
|
||||
|
@ -1,4 +1,4 @@
|
||||
#add a library to dFlow with source files and target_link_libs (thouse under the main CMakeLists.txt)
|
||||
#add a library to pFlow with source files and target_link_libs (thouse under the main CMakeLists.txt)
|
||||
macro(pFlow_add_library_install target_name src_files target_link_libs)
|
||||
|
||||
set(source_files ${${src_files}})
|
||||
|
Reference in New Issue
Block a user