30 lines
453 B
CMake
30 lines
453 B
CMake
#################################
|
|
# Project
|
|
##############
|
|
|
|
project(jwrapper)
|
|
|
|
add_subdirectory(src)
|
|
add_subdirectory(jnsscs)
|
|
|
|
#################################
|
|
# Dependencies
|
|
##############
|
|
|
|
#################################
|
|
# Compiler Switches
|
|
##############
|
|
|
|
#################################
|
|
# Source Files
|
|
##############
|
|
|
|
#################################
|
|
# Linking
|
|
##############
|
|
|
|
#################################
|
|
# Install Files
|
|
##############
|
|
|